summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
...
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-194/+192
* Get rid of macros in favor of safer inline functions.Kaz Kylheku2009-11-191-12/+29
* Use unsigned char * as allocator return value.Kaz Kylheku2009-11-191-2/+2
* Following-up on diagnostics obtained by running code through C++Kaz Kylheku2009-11-181-3/+3
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-1/+4
* Use the 11 tag bit pattern to denote a new type: LIT. This is aKaz Kylheku2009-11-161-3/+8
* * lib.c (chr): Take wchar_t argument, not int. Dropped range check.Kaz Kylheku2009-11-151-2/+2
* Provide both char * and unsigned char * interfaces in UTF-8 module.Kaz Kylheku2009-11-141-1/+1
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-8/+9
* Changing representation of objects to allow for unboxed characters.Kaz Kylheku2009-11-091-17/+14
* Changing representation of objects to allow the NUM type to beKaz Kylheku2009-11-091-7/+12
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-1/+3
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-061-1/+1
* Bug ID 27899: Garbage collection problem: method of locating stackKaz Kylheku2009-11-011-1/+1
* Change the freeform line catenation semantics to terminationKaz Kylheku2009-11-031-1/+1
* Implement custom separator and limit in freeform.Kaz Kylheku2009-11-021-1/+2
* Start of implementation for freestyle matching.Kaz Kylheku2009-11-021-5/+29
* txr-017 2009-10-17txr-017Kaz Kylheku2017-07-311-1/+1
* txr-016 2009-10-16txr-016Kaz Kylheku2017-07-311-1/+1
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-31/+26
* txr-014 2009-10-05txr-014Kaz Kylheku2017-07-311-2/+11
* txr-013 2009-09-30txr-013Kaz Kylheku2017-07-311-2/+3
* txr-012 2009-09-28txr-012Kaz Kylheku2017-07-311-0/+6
* txr-011 2009-09-25txr-011Kaz Kylheku2017-07-311-0/+331