summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling dammit.Kaz Kylheku2012-09-251-1/+1
* * RELNOTES: Correct incorrect 2011 yeras on all 2012 dates.Kaz Kylheku2012-09-252-14/+19
* * eval.c (apply): Fix in error message: hard coded "apply" insteadKaz Kylheku2012-09-242-1/+6
* Bugfix: internal funcall functions not handling functionsKaz Kylheku2012-09-242-1/+123
* * arith.c (logand): Fix incorrect return value.Kaz Kylheku2012-09-242-1/+5
* * arith.c (logtest): New function.Kaz Kylheku2012-09-187-3/+170
* Documenting bit ops.Kaz Kylheku2012-09-171-0/+101
* Bring syntax highlighting function list up to date.Kaz Kylheku2012-09-171-5/+7
* * stream.c (vformat): Slight change in ~s directive. For a floatingKaz Kylheku2012-09-173-2/+12
* * arith.c (comp_trunc, logcomp): logcomp renamed to lognot,Kaz Kylheku2012-09-174-8/+17
* * arith.c (highest_significant_bit): New static function.Kaz Kylheku2012-09-175-11/+262
* * mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properlyKaz Kylheku2012-09-162-13/+26
* * arith.c (logand, logior, logxor): Bugfix: result needs to beKaz Kylheku2012-09-165-10/+111
* Adding complementing function.Kaz Kylheku2012-09-165-7/+85
* Starting work on adding bit operations. The semantics is thatKaz Kylheku2012-09-166-0/+418
* * stream.c (vformat): Fix bug in ~x format directive for printingKaz Kylheku2012-09-162-14/+17
* * parser.l: Implemented hexadecimal integer constants.Kaz Kylheku2012-09-163-5/+44
* * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,Kaz Kylheku2012-09-126-3/+209
* Vector functions documented.Kaz Kylheku2012-09-111-1/+170
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-116-0/+132
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-115-0/+39
* Clarify when bug was introduced.Kaz Kylheku2012-09-111-1/+2
* * match.c (v_collect): Bug in processing of @(last) directive.Kaz Kylheku2012-09-102-1/+9
* * txr.1: Documented string library.Kaz Kylheku2012-09-062-1/+375
* Spelling, grammar and stylistic fixes. Arguments in functionKaz Kylheku2012-09-031-228/+250
* Some string functions documented.Kaz Kylheku2012-09-021-0/+222
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-027-36/+318
* * txr.1: Lots of new documentation. Major rearrangement of document,Kaz Kylheku2012-09-012-1018/+1302
* * eval.c (symbol_function): Bugfix: return the function rather thanKaz Kylheku2012-09-012-1/+6
* Fixing accidental edit.Kaz Kylheku2012-09-011-1/+1
* * txr.1: Minor corrections, and documented most stream functions,Kaz Kylheku2012-09-012-3/+192
* * txr.1: Documented print, pprint, tostring and tostringp.Kaz Kylheku2012-09-012-0/+40
* * stream.c (vformat): Bugfix: under the ~a and ~s directives,Kaz Kylheku2012-08-313-1/+155
* * eval.c (expand): Bugfix: failure to handle regularKaz Kylheku2012-08-312-0/+8
* * txr.1: Documented chain, andf, orf and iff.Kaz Kylheku2012-08-302-0/+100
* * eval.c (eval_intrinsic): Bugfix: take the expanded form insteadKaz Kylheku2012-08-303-2/+25
* * txr.1: Documented all functions related to hashing.Kaz Kylheku2012-08-302-2/+186
* * lib.c (multi_sort_less): Fixing semantics of return value. IndividualKaz Kylheku2012-08-292-2/+9
* * lib.c (multi_sort_less): Change the semantics so that when theKaz Kylheku2012-08-292-5/+11
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-296-1/+51
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-185-9/+25
* * stream.c (open_pipev): Bugfix: program name is includedKaz Kylheku2012-05-182-2/+7
* Implement open_pipev in terms of popen for Windows whichKaz Kylheku2012-05-182-1/+79
* * configure: New test added for fork, pipe, exec and waitpid.Kaz Kylheku2012-05-182-0/+36
* * match.c (complex_open): Likewise.Kaz Kylheku2012-05-183-2/+6
* * utf8.c (w_fopen, w_popen): Removing unnecessary casts ofKaz Kylheku2012-05-182-4/+9
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-185-3/+128
* * match.c (v_collect): Implemented semantics for repeat symbol.Kaz Kylheku2012-05-174-12/+59
* * configure: Do not capture the stderr of GNU Make in theKaz Kylheku2012-05-173-2/+48
* * eval.c (range_v_func, range_v_star_func): Restore the order ofKaz Kylheku2012-04-242-2/+13