summaryrefslogtreecommitdiffstats
path: root/glob.c
Commit message (Expand)AuthorAgeFilesLines
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-1/+1
* glob bugfix: always clear callback global.Kaz Kylheku2016-04-151-2/+2
* Fix memory leak in glob.Kaz Kylheku2016-04-151-1/+4
* Harden glob: continuations, exceptions, re-entry.Kaz Kylheku2016-04-111-1/+35
* Header file cleanup.Kaz Kylheku2016-01-221-5/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* C++ upkeep: conversions, clashes, warnings.Kaz Kylheku2015-08-071-1/+1
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-12/+12
* * glob.c: New file.Kaz Kylheku2015-01-111-0/+104