summaryrefslogtreecommitdiffstats
path: root/glob.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* c_str now takes a self argument.Kaz Kylheku2021-06-231-2/+2
* glob: support sequence of patterns argument.Kaz Kylheku2021-06-201-6/+21
* lib: fix neglect to use self variable.Kaz Kylheku2021-03-141-2/+2
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-1/+2
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* naming: get the -func out, at least some of it.Kaz Kylheku2019-10-291-2/+2
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Rename badly named default_bool_argKaz Kylheku2017-03-171-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-261-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* 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