summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 109.txr-109Kaz Kylheku2015-06-217-270/+307
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-215-11/+79
* * genman.txr: Rewrite the man2html-generated inner name links with hashKaz Kylheku2015-06-202-24/+61
* * genman.txr (month-name): Filter removed.Kaz Kylheku2015-06-202-5/+8
* Remove places.h generation hack.Kaz Kylheku2015-06-205-23/+22
* * txr.1: Fixed several instances of "<< sym)".Kaz Kylheku2015-06-201-6/+6
* * eval.c (eval_init): Register have function, synonym of true.Kaz Kylheku2015-06-203-3/+29
* * txr.1: Documented ifa.Kaz Kylheku2015-06-193-4/+166
* * Makefile: whitespace fixes.Kaz Kylheku2015-06-191-3/+3
* Test ifa macro.Kaz Kylheku2015-06-194-2/+68
* * parser.c (parser_mark): Do not mark p->syntax_tree ifKaz Kylheku2015-06-192-1/+8
* * lib.c (mkstring): Fix neglect to null terminate.Kaz Kylheku2015-06-182-3/+8
* * lib.c (cat_str): Detect overflow in the total lengthKaz Kylheku2015-06-182-4/+26
* Improvements in equal hashing function.Kaz Kylheku2015-06-182-4/+18
* * txr.1: No loads requiredKaz Kylheku2015-06-181-34/+11
* * txr.1: Document *txr-version* and *lib-version*Kaz Kylheku2015-06-181-0/+23
* * txr.1: Lisp can come from files.Kaz Kylheku2015-06-181-0/+7
* Library .txr files become .tl and are autoloaded.Kaz Kylheku2015-06-186-43/+93
* Adding anaphoric ifa macro.Kaz Kylheku2015-06-178-5/+103
* Refactoring of lisplib.cKaz Kylheku2015-06-172-8/+39
* txr.1: Misspelled casequal; duplicate posq section.Kaz Kylheku2015-06-161-24/+1
* * txr.1: Improved wording in syntactic places.Kaz Kylheku2015-06-151-23/+8
* * txr.1: Corrections.Kaz Kylheku2015-06-141-4/+4
* Version 108.txr-108Kaz Kylheku2015-06-137-286/+403
* * txr.1: formatting fixes: get-error, finalize.Kaz Kylheku2015-06-131-4/+3
* * txr.1: Documented Lisp loading.Kaz Kylheku2015-06-132-3/+123
* New --lisp option: treat unsuffixed files as Lisp.Kaz Kylheku2015-06-132-0/+11
* * txr.c (txr_main): Handle Lisp files.Kaz Kylheku2015-06-132-0/+7
* Lisp load macro.Kaz Kylheku2015-06-132-0/+53
* @(load) and @(include) now load Lisp code.Kaz Kylheku2015-06-124-29/+82
* Preparing for lisp loading.Kaz Kylheku2015-06-105-11/+79
* Error handling improvement in read.Kaz Kylheku2015-06-103-4/+25
* * parser.y (yybadtoken): Print unexpected characterKaz Kylheku2015-06-102-1/+6
* Code simplification.Kaz Kylheku2015-06-082-10/+9
* Critical bugfix for weak hashes.Kaz Kylheku2015-06-072-0/+11
* * lib.h (mkloc): Rename misleading argument from fun to obj.Kaz Kylheku2015-06-072-1/+5
* * parser.c (stream_parser_hash): New static variable.Kaz Kylheku2015-06-074-8/+71
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-076-6/+42
* * stream.c (catenated_stream_p, catenated_stream_push): New functions.Kaz Kylheku2015-06-074-0/+76
* * txr.1: Document new syntactic places framework and place-mutating macros.Kaz Kylheku2015-05-252-285/+2320
* Fix mismanaged dyn_env variable.Kaz Kylheku2015-05-252-3/+16
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-226-26/+83
* Adding pushnew.Kaz Kylheku2015-05-223-1/+19
* symbol-function, symbol-value and fun become places.Kaz Kylheku2015-05-223-0/+77
* Introduce defparm operator.Kaz Kylheku2015-05-213-6/+74
* Represent place.tl more compactly in image.Kaz Kylheku2015-05-193-3/+14
* Variables are now deletable places, if they are global.Kaz Kylheku2015-05-153-5/+25
* * eval.c (symbol_value): Retrieve the binding of a symbolKaz Kylheku2015-05-153-12/+122
* * txr.1: Round of spelling fixes.Kaz Kylheku2015-05-151-46/+46
* * lib.c (replace_list, replace_str, replace_vec): HandleKaz Kylheku2015-05-143-2/+74