summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change return value spec for base64 stream functions.Kaz Kylheku2017-08-222-9/+27
* buffers: fix infinite loop in buf_grow.Kaz Kylheku2017-08-221-6/+8
* parser: bugfix: empty buf literal problem.Kaz Kylheku2017-08-221-1/+2
* Default the length argument of truncate-stream.Kaz Kylheku2017-08-212-2/+19
* Update and expose base64 stream functions.Kaz Kylheku2017-08-183-22/+107
* Revising out-of-memory handling.Kaz Kylheku2017-08-185-31/+20
* vec-set-length maintenance.Kaz Kylheku2017-08-171-4/+13
* Rewriting string-extend.Kaz Kylheku2017-08-171-26/+25
* parser: fix byacc regression related to hash-semi.Kaz Kylheku2017-08-171-0/+1
* parser: more efficient treatment of string literals.Kaz Kylheku2017-08-171-27/+12
* Get continuations working on aarch64.Kaz Kylheku2017-08-162-15/+22
* Port to aarch64 (ARM 8).Kaz Kylheku2017-08-163-2/+72
* Allow character inputs in some bit operations.Kaz Kylheku2017-08-162-1/+43
* ffi: new FFI type I/O functions.Kaz Kylheku2017-08-163-0/+139
* buf: provide way to work with on-stack buffers.Kaz Kylheku2017-08-162-3/+7
* buf: new buffer stream.Kaz Kylheku2017-08-145-0/+397
* buf: tiny code improvement.Kaz Kylheku2017-08-141-1/+1
* bugfix: buf-put-ucharKaz Kylheku2017-08-141-1/+1
* bugfix: seek-stream :from-end not working.Kaz Kylheku2017-08-141-1/+1
* base64 funtions: factor out stream filtering internals.Kaz Kylheku2017-08-092-15/+37
* ffi: new buf-carray function.Kaz Kylheku2017-08-083-0/+29
* New divides function.Kaz Kylheku2017-08-073-0/+53
* Make len a synonym for length.Kaz Kylheku2017-08-072-2/+10
* New spl and tok: variants of tok-str and split-str.Kaz Kylheku2017-08-074-0/+86
* tok-str requires two arguments, not just one.Kaz Kylheku2017-08-071-1/+1
* bugfix: n-ary arith functions must check single arg.Kaz Kylheku2017-08-052-9/+60
* Add sum and prod convenience functions.Kaz Kylheku2017-08-054-0/+60
* New functions digpow and digits.Kaz Kylheku2017-08-053-0/+143
* Bugfix: (sys:expr . atom) bad syntax out of parser.Kaz Kylheku2017-08-021-1/+1
* Bi-directional string tree match for non-vars.Kaz Kylheku2017-08-022-2/+40
* doc: aret description refers to ret.Kaz Kylheku2017-08-021-1/+1
* doc: explain qref and uref.Kaz Kylheku2017-08-021-6/+17
* doc: note about global symbol macros.Kaz Kylheku2017-08-021-0/+4
* doc: missing formatting in qref equivalence.Kaz Kylheku2017-08-021-0/+2
* doc: mention listener in Lisp intro.Kaz Kylheku2017-08-021-4/+6
* doc: cross reference different #b.Kaz Kylheku2017-08-021-0/+13
* bugfix: spurious nils in pad function's output.Kaz Kylheku2017-08-021-5/+6
* genvim: ^ is constituent of identifiers.Kaz Kylheku2017-08-011-1/+1
* Evaluate doloop forms in an implicit tagbody.Kaz Kylheku2017-07-312-12/+22
* doc: note about label symbols in tagbody.Kaz Kylheku2017-07-311-0/+11
* Small code cleanup in tagbody.Kaz Kylheku2017-07-311-4/+3
* bugfix: tagbody mustn't expose anonymous block.Kaz Kylheku2017-07-301-8/+9
* Optimize trivial tagbody.Kaz Kylheku2017-07-301-35/+37
* listener: handle incomplete buf literals.Kaz Kylheku2017-07-301-1/+23
* New macros doloop and doloop*.Kaz Kylheku2017-07-303-0/+236
* doc: grammar under Ranges.Kaz Kylheku2017-07-291-1/+1
* genvim: flag trailing junk in #x #o #b literals.Kaz Kylheku2017-07-291-9/+14
* doc: struct literals: bad syntax synopsis.Kaz Kylheku2017-07-291-1/+1
* doc: grammar in setuid section.Kaz Kylheku2017-07-291-1/+1
* genvim: flag invalid # syntax.Kaz Kylheku2017-07-281-0/+2