aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.c
Commit message (Expand)AuthorAge
* fix bug where off_t was assumed to be long long, causing display errors on sy...Gravatar axel2006-11-10
* Change meaning of ** to match both files and directoriesGravatar axel2006-10-22
* Use S_IS* macros instead of S_IF*, which are non-posixGravatar axel2006-08-01
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Fix warnings from ICCGravatar axel2006-03-29
* Fix wildcarding bug where ? at end of wildcard could match 0 charactersGravatar axel2006-03-29
* Fix completion describtion bug causing filesizes below 1024 bytes to be repor...Gravatar axel2006-03-22
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Allow multiple slashes in a wildcard to be used as a single directory separatorGravatar axel2006-02-22
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Variable used for filenmae length was accidentally set to staticGravatar axel2006-02-13
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* the 'unknown' filetype description shouldn't be tranlated, since it is never ...Gravatar axel2006-01-24
* Fix two bugs which together caused descriptions to be interpreted as a part o...Gravatar axel2006-01-21
* Remove a few warningsGravatar axel2006-01-16
* Improve description handling - handle symbolic link loops, handle description...Gravatar axel2006-01-13
* Makecompletion functions work with completion descriptions regardless of if t...Gravatar axel2006-01-10
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Translate most shellscript output, translate internal completion descriptions...Gravatar axel2006-01-05
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Remove compiler warningGravatar axel2005-12-10
* Improved error messagesGravatar axel2005-12-08
* SpellingGravatar axel2005-12-08
* Fix broken recursive wildcard patchGravatar axel2005-12-01
* Change stupid call signature for tilde expand functionGravatar axel2005-11-30
* Fix problem with recursive wildcards not working properly when postfixed with...Gravatar axel2005-11-30
* Remove accidentally included test code for recursive wildcard featureGravatar axel2005-11-29
* Try to report IO redirection errors resulting from redirection stderrGravatar axel2005-11-29
* Added support for recursive wildcardsGravatar horeah2005-11-24
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Initial revisionGravatar axel2005-09-20