aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* extern lisp.h smobsRobin Templeton2022-07-181-3/+3
* make_lisp_proc bugRobin Templeton2015-04-201-6/+1
* misc changesRobin Templeton2015-04-201-3/+12
* remove backtrace functionsRobin Templeton2015-04-201-5/+0
* guile-elisp bootstrap (C)Robin Templeton2015-04-191-1/+5
* guile-elisp bootstrap (C)BT Templeton2015-04-191-10/+9
* Ffboundp declarationRobin Templeton2015-04-191-0/+2
* guile-elisp bootstrap (C)BT Templeton2015-04-191-27/+21
* * src/lread.c (oblookup): Remove. All callers changed.BT Templeton2015-04-191-1/+0
* use vectors for symbol slotsBT Templeton2015-04-191-43/+53
* remove polling suppressionBT Templeton2015-04-191-1/+0
* use guile subrsBT Templeton2015-04-191-65/+66
* use #nil and #tBT Templeton2015-04-191-2/+19
* callable guile procsBT Templeton2015-04-191-1/+1
* [SQUASH] symbolBT Templeton2015-04-191-22/+1
* [SQUASH] rm symbol nameBT Templeton2015-04-191-4/+1
* plist moduleBT Templeton2015-04-191-5/+3
* symbol plist accessorBT Templeton2015-04-191-0/+6
* function splitBT Templeton2015-04-191-4/+8
* use guile obarraysBT Templeton2015-04-191-46/+14
* multiple valuesBT Templeton2015-04-191-0/+1
* add Lisp_Other typeBT Templeton2015-04-181-1/+3
* use libguile dynamic wind + c pseudo-closuresBT Templeton2015-04-181-46/+6
* record_unwind_protect error handlingBT Templeton2015-04-181-4/+10
* SPECPDL_FRAMEBT Templeton2015-04-181-0/+6
* SAFE_ALLOCA updatedBT Templeton2015-04-181-26/+6
* smob equality predicatesBT Templeton2015-04-181-0/+1
* defsubr snarfingBT Templeton2015-04-181-0/+1
* use guile consesBT Templeton2015-04-181-45/+7
* use inexact real SCM numbers for lisp floatsBT Templeton2015-04-181-22/+2
* store lisp structures in SCM objectsBT Templeton2015-04-181-286/+127
* disable inliningBT Templeton2015-04-181-0/+2
* remove `chain' field from Lisp_ConsBT Templeton2015-04-181-10/+4
* remove ARRAY_MARK_FLAGBT Templeton2015-04-181-12/+1
* remove stack_bottomBT Templeton2015-04-181-4/+0
* remove gcmarkbit fieldsRobin Templeton2015-04-181-12/+2
* remove Lisp_Free struct typeRobin Templeton2015-04-181-10/+0
* atomic allocation functionsRobin Templeton2015-04-181-0/+4
* remove chain field from Lisp_Float structBT Templeton2015-04-181-6/+2
* new function xmalloc_uncollectableBT Templeton2015-04-181-0/+1
* new function `xmalloc_unsafe'Robin Templeton2015-04-181-0/+1
* use BDW-GCRobin Templeton2015-04-181-184/+1
* remove allocation checksBT Templeton2015-04-181-18/+0
* * src/lisp.h: Always enable USE_LSB_TAG.BT Templeton2015-04-181-13/+1
* Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-1/+2
* Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-7/+8
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-2/+0
* Omit redundant extern decls.Paul Eggert2014-06-171-44/+16
* * lisp.h (STRING_COPYIN): Remove; unused.Dmitry Antipov2014-06-171-6/+0
* * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-171-1/+0