summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-12/+14
* string-finish: new function.Kaz Kylheku2021-09-071-0/+1
* ffi: ffi macro uses load-time.Kaz Kylheku2021-09-061-1/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-061-17/+18
* load: new macros push-after-load and pop-after-load.Kaz Kylheku2021-09-031-0/+2
* New function: delcons.Kaz Kylheku2021-09-021-0/+1
* load: new *load-hooks* feature.Kaz Kylheku2021-09-021-0/+1
* compiler: fix output path of compiled files.Paul A. Patience2021-09-011-1/+1
* Version 270.txr-270Kaz Kylheku2021-08-301-1/+1
* buf, carray: remove de trop binding in accessors.Paul A. Patience2021-08-291-6/+2
* Version 269.txr-269Kaz Kylheku2021-08-281-1/+1
* rand: provide random-buf function.Kaz Kylheku2021-08-261-0/+1
* ffi: provide mmap through carray.Kaz Kylheku2021-08-221-0/+21
* matcher: rename error-throwing macros.Kaz Kylheku2021-08-192-9/+9
* New ecase macros.Kaz Kylheku2021-08-181-0/+6
* ffi: fix broken deffi support for variadic functions.Kaz Kylheku2021-08-171-1/+2
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-1642-546/+546
* quips: new system-programming-related quips.Kaz Kylheku2021-08-161-0/+2
* doc-syms: update.Kaz Kylheku2021-08-151-3/+5
* getaddrinfo: implement canonname.Kaz Kylheku2021-08-151-1/+2
* doc: improve.Paul A. Patience2021-08-141-2/+3
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-131-0/+15
* Version 268.txr-268Kaz Kylheku2021-08-071-1/+1
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-051-0/+1
* oop: fix infelicity in new* and lnew* macros.Kaz Kylheku2021-07-311-9/+12
* doc: *read-bad-json* fix and doc-syms update.Kaz Kylheku2021-07-311-0/+1
* quips: new one.Kaz Kylheku2021-07-281-0/+1
* Version 267.txr-267Kaz Kylheku2021-07-261-1/+1
* op: set nested flag in correct context.Kaz Kylheku2021-07-191-10/+20
* op: rename argument for consistency.Kaz Kylheku2021-07-191-2/+2
* op: consolidate testing for @rec/@(rec ...)Kaz Kylheku2021-07-191-6/+6
* op: fix bug in do.Kaz Kylheku2021-07-191-32/+33
* New functions: getrlimit, setrlimit.Kaz Kylheku2021-07-131-0/+6
* Version 266.txr-266Kaz Kylheku2021-07-041-1/+1
* compiler: disallow trailing slashes in path.Kaz Kylheku2021-07-101-1/+3
* doc-lookup: ignore BROWSER when empty.Paul A. Patience2021-07-101-8/+8
* New function: add-suffix.Kaz Kylheku2021-07-101-0/+1
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-101-0/+2
* lib: new function separate.Paul A. Patience2021-07-091-4/+5
* compiler: remove case of ad-hoc path catenation.Kaz Kylheku2021-07-091-2/+1
* compiler: use short-suffix.Paul A. Patience2021-07-091-15/+10
* defstruct: diagnose built-in type being redefined.Kaz Kylheku2021-07-092-0/+3
* with-resources: undocumented nil skip behavior.Kaz Kylheku2021-07-071-2/+7
* doc-lookup: add support for OpenBSD.Paul A. Patience2021-07-051-2/+3
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-051-1/+1
* Version 265.txr-265Kaz Kylheku2021-07-041-1/+1
* compiler: inline lambda: fix : from apply-list caseKaz Kylheku2021-07-031-1/+2
* compiler: inline lambda: broken : args to optionals.Kaz Kylheku2021-07-031-5/+19
* compiler: inline lambda: not creating rest param.Kaz Kylheku2021-07-031-1/+1
* compiler: typo in lambda error.Kaz Kylheku2021-07-021-1/+1