summaryrefslogtreecommitdiffstats
path: root/lisplib.c
Commit message (Expand)AuthorAgeFilesLines
* Adding termios support.Kaz Kylheku2016-05-181-1/+27
* Somew new path access testing functions.Kaz Kylheku2016-05-041-1/+4
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-151-0/+1
* Make open_socket static and register in socket.c.Kaz Kylheku2016-04-141-1/+1
* New open-socket-pair function.Kaz Kylheku2016-04-141-0/+1
* lib-version variable doesn't autoloadKaz Kylheku2016-04-121-1/+1
* New macro: lset.Kaz Kylheku2016-03-281-1/+1
* Functions for address prefixes to slash notation.Kaz Kylheku2016-02-291-0/+1
* IP address to string functions.Kaz Kylheku2016-02-291-0/+1
* Adding socket support: unix, ipv4, ipv6.Kaz Kylheku2016-02-261-0/+34
* Header file cleanup.Kaz Kylheku2016-01-221-1/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Adding with-slots macro.Kaz Kylheku2015-12-271-0/+1
* New condlet macro; small change to iflet/whenlet.Kaz Kylheku2015-12-181-1/+1
* Fix useless use of if3.Kaz Kylheku2015-12-181-2/+2
* New macro define-accessor.Kaz Kylheku2015-11-251-1/+1
* New uslot function and usl macro.Kaz Kylheku2015-11-201-1/+1
* Bugfix: missing macros in autoload.Kaz Kylheku2015-11-141-1/+2
* Define suspend operator.Kaz Kylheku2015-10-301-0/+1
* Fix with-hash-table-iter typo.Kaz Kylheku2015-10-281-1/+1
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-281-0/+16
* Adding typecase macro.Kaz Kylheku2015-10-141-0/+16
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-141-0/+16
* Hash table iterators exposed, with new macro.Kaz Kylheku2015-10-111-0/+15
* New macro: with-objects.Kaz Kylheku2015-10-101-1/+5
* Various stream-related with- macros introduced.Kaz Kylheku2015-10-081-0/+22
* New function path-private-to-me.Kaz Kylheku2015-09-171-1/+1
* Introducing structs.Kaz Kylheku2015-09-021-0/+24
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-1/+7
* New filesystem object testing functions.Kaz Kylheku2015-08-051-0/+25
* Adding with-resources macro.Kaz Kylheku2015-07-231-0/+15
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-221-2/+2
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-5/+5
* * share/txr/stdlib/place.tl (place-form-p): New function.Kaz Kylheku2015-07-121-0/+1
* Let's have placelet and placelet*.Kaz Kylheku2015-07-111-1/+1
* New placelet macro.Kaz Kylheku2015-07-101-0/+1
* Bugfix: define-modify-macro not registered for auto-loading.Kaz Kylheku2015-08-081-1/+1
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-211-1/+1
* Remove places.h generation hack.Kaz Kylheku2015-06-201-3/+2
* Library .txr files become .tl and are autoloaded.Kaz Kylheku2015-06-181-0/+30
* Adding anaphoric ifa macro.Kaz Kylheku2015-06-171-0/+16
* Refactoring of lisplib.cKaz Kylheku2015-06-171-8/+26
* Adding pushnew.Kaz Kylheku2015-05-221-1/+1
* Represent place.tl more compactly in image.Kaz Kylheku2015-05-191-1/+1
* * place.tl (define-modify-macro): New macro.Kaz Kylheku2015-05-131-0/+1
* Adding pset operator.Kaz Kylheku2015-05-091-1/+1
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-1/+2
* New macro-based framework for assignment places.Kaz Kylheku2015-05-061-0/+83