aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
Commit message (Expand)AuthorAge
* Removed buffer_tGravatar ridiculousfish2012-03-04
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
* Cleanup reader.cpp's usage of string_buffer, remove some other unused data st...Gravatar ridiculousfish2012-03-03
* Clean up the kill ringGravatar ridiculousfish2012-03-03
* removed some string_bufferGravatar ridiculousfish2012-03-03
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* Getting rid of hash_table_t and it's helper functions completely. Bye bye has...Gravatar Siteshwar Vashisht2012-02-18
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* More migration away from al_listGravatar ridiculousfish2011-12-26
* More migration to the STLGravatar ridiculousfish2011-12-26
* Migrated some more data structures to the STL. Removed some ad-hoc data struc...Gravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* Minor code tweaksGravatar axel2007-04-17
* Add a one-item cache into the hash table. This reduces the number of hash com...Gravatar axel2007-01-17
* Make it possible to specify an error handler function for out of memory in an...Gravatar axel2007-01-09
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* 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
* Minor documentation additionsGravatar axel2006-08-01
* 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
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Tweaks to some source commentsGravatar axel2006-02-05
* Minor tweaks, including a few small performance improvementsGravatar axel2006-02-04
* util.h should include unistd.hGravatar axel2006-01-26
* Minor edits, mostly tweaks of the API documentationGravatar axel2006-01-24
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Minor performance tweak: Do not allocate any heap memory for hash_table_t unt...Gravatar axel2005-10-27
* 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 header guards to the header files.Gravatar James Vega2005-10-05
* Update to array_list heap patchGravatar axel2005-10-04
* Add shortcut function for creating an array_list_t on the heapGravatar axel2005-10-04
* Initial revisionGravatar axel2005-09-20