summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Troff formatting macros must not generate control sequences.Kaz Kylheku2015-08-191-4/+4
* Fix man page markup errors.Dave Love2015-08-171-22/+22
* Improved wording about auto-loading.Kaz Kylheku2015-08-161-5/+6
* Allow slashes in regex passed to regex-parse.Kaz Kylheku2015-08-151-3/+32
* Formatting fix under clamp function.Kaz Kylheku2015-08-141-1/+1
* Version 112.txr-112Kaz Kylheku2015-08-141-2/+2
* New function, clamp.Kaz Kylheku2015-08-131-0/+38
* Observe display width in format.Kaz Kylheku2015-08-131-3/+23
* New display-width function.Kaz Kylheku2015-08-131-0/+27
* Floating-point constant tightening.Kaz Kylheku2015-08-121-3/+4
* Revision to .. syntax.Kaz Kylheku2015-08-121-21/+15
* Dot with no whitespace generates qref syntax.Kaz Kylheku2015-08-101-0/+41
* Version 111.txr-111Kaz Kylheku2015-08-081-2/+2
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-0/+7
* * txr.1: Formatting issue in in-line code block under giterate.Kaz Kylheku2015-08-051-1/+1
* * txr.1: pppred formatting problem.Kaz Kylheku2015-08-051-1/+1
* New filesystem object testing functions.Kaz Kylheku2015-08-051-0/+204
* Adding support for uid and gid manipulation.Kaz Kylheku2015-08-051-0/+47
* * stream.c (stream_init): Register get-indent-mode, set-indent-mode,Kaz Kylheku2015-08-051-1/+143
* * stream.c (vformat): Implement ~! format directive for indentation.Kaz Kylheku2015-08-041-3/+35
* Remove useless return values and checks.Kaz Kylheku2015-08-041-0/+5
* * eval.c (func_get_name): New function.Kaz Kylheku2015-08-041-0/+29
* * eval.c (force): Default the new second argument of source_loc_str.Kaz Kylheku2015-08-041-3/+8
* * hash.c (hash_revget): New function.Kaz Kylheku2015-08-041-0/+44
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-27/+27
* Introducing global lexicals: defvarl, defparml.Kaz Kylheku2015-08-031-6/+47
* Support lstat and fstat.Kaz Kylheku2015-08-021-1/+29
* * eval.c (special_p): Function renamed to special_var_p.Kaz Kylheku2015-08-011-0/+34
* Big TXR Lisp documentation rearrangement.Kaz Kylheku2015-08-011-6225/+6374
* Centered fields in format.Kaz Kylheku2015-07-281-6/+13
* * txr.1: In introduction of user-defined places, mentioningKaz Kylheku2015-07-281-2/+32
* * txr.1: Bad syntax in placelet example; bad font in headings.Kaz Kylheku2015-07-281-11/+9
* Version 110.txr-110Kaz Kylheku2015-07-251-2/+2
* * txr.1: Notes about interaction between op and quasiliterals.Kaz Kylheku2015-07-251-1/+65
* * txr.1: Clarifications in ifa description.Kaz Kylheku2015-07-241-5/+5
* * parser.l (grammar): Do not allow unescaped newline inKaz Kylheku2015-07-231-6/+21
* Adding with-resources macro.Kaz Kylheku2015-07-231-0/+70
* Adding nthcdr as accessor.Kaz Kylheku2015-07-221-0/+60
* * txr.1: Delete accidentally introduced bogus text.Kaz Kylheku2015-07-221-2/+1
* Improve bad argument diagnosis for place macros.Kaz Kylheku2015-07-221-1/+18
* Implementing second through tenth as places.Kaz Kylheku2015-07-221-12/+29
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-221-3/+44
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-0/+80
* * share/txr/stdlib/place.tl (defplace cdr): Change deletionKaz Kylheku2015-07-211-7/+29
* * eval.c (eval_init): Register new split function.Kaz Kylheku2015-07-211-0/+91
* * txr.1: Fixes in description of partition.Kaz Kylheku2015-07-211-8/+10
* * txr.1: Document place binding behavior of ifa.Kaz Kylheku2015-07-201-5/+13
* Let's have placelet and placelet*.Kaz Kylheku2015-07-111-3/+20
* * eval.c (eval_init): Register bindable as intrinsic.Kaz Kylheku2015-07-101-0/+20
* New placelet macro.Kaz Kylheku2015-07-101-0/+83