aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.c
Commit message (Expand)AuthorAge
* Tweak initial capacity calculations to always be a Mersenne numberGravatar axel2006-10-19
* Fix exceptaionally rare crash bug in hash tables (happens once in every 2^32 ...Gravatar axel2006-10-19
* Better string hashing functionGravatar axel2006-10-12
* Add function to insert a range of new elements into the middle of an array_listGravatar axel2006-10-02
* First stab at multiline editingGravatar axel2006-10-02
* Minor comment and documentation editsGravatar axel2006-10-02
* Drup minf/maxf from util.h, they are unusedGravatar axel2006-08-01
* Add long and function pointer versions of all array_list_t callsGravatar axel2006-08-01
* Use unsigned long instead of uint in string hashing algorithm. Portability fi...Gravatar axel2006-07-28
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Tiny performance tweaksGravatar axel2006-02-05
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Add input checks to string_buffer_t functionsGravatar axel2006-01-22
* Do not free allocated data when clearing a string_buffer_tGravatar axel2006-01-10
* Minor performance tweak: Do not allocate any heap memory for hash_table_t unt...Gravatar axel2005-10-27
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Do automatic line breaking in debugGravatar axel2005-10-12
* Multiple portability fixesGravatar axel2005-10-11
* Initial update for new event subsystemGravatar axel2005-10-06
* Add shortcut function for creating an array_list_t on the heapGravatar axel2005-10-04
* Initial revisionGravatar axel2005-09-20