index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
*
Make al_pop return null on empty lists instead of crashing
axel
2006-10-26
*
Tweak initial capacity calculations to always be a Mersenne number
axel
2006-10-19
*
Fix exceptaionally rare crash bug in hash tables (happens once in every 2^32 ...
axel
2006-10-19
*
Better string hashing function
axel
2006-10-12
*
Add function to insert a range of new elements into the middle of an array_list
axel
2006-10-02
*
First stab at multiline editing
axel
2006-10-02
*
Minor comment and documentation edits
axel
2006-10-02
*
Drup minf/maxf from util.h, they are unused
axel
2006-08-01
*
Add long and function pointer versions of all array_list_t calls
axel
2006-08-01
*
Use unsigned long instead of uint in string hashing algorithm. Portability fi...
axel
2006-07-28
*
Switch from die_mem function to DIE_MEM macro in order to be able to give a l...
axel
2006-07-03
*
Drop most 'const's from function prototypes
axel
2006-06-13
*
Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...
axel
2006-05-14
*
Move all fallbacks for standard and not-so-standard unix functions to fallbac...
axel
2006-02-28
*
Tiny performance tweaks
axel
2006-02-05
*
Minor tweaks, including a few small performance improvements
axel
2006-02-04
*
Add simple fallback implementation of seq command, installed automatically on...
axel
2006-01-23
*
Add input checks to string_buffer_t functions
axel
2006-01-22
*
Do not free allocated data when clearing a string_buffer_t
axel
2006-01-10
*
Minor performance tweak: Do not allocate any heap memory for hash_table_t unt...
axel
2005-10-27
*
Add support for specifying event handler for calling job in command supstitut...
axel
2005-10-15
*
Do automatic line breaking in debug
axel
2005-10-12
*
Multiple portability fixes
axel
2005-10-11
*
Initial update for new event subsystem
axel
2005-10-06
*
Add shortcut function for creating an array_list_t on the heap
axel
2005-10-04
*
Initial revision
axel
2005-09-20