summaryrefslogtreecommitdiff
path: root/libguile/pairs.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-2/+2
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-1/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+3
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-6/+6
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+1
* Inline tags.h into __scm.hAndy Wingo2018-06-201-1/+1
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-1/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* Attempt to mutate residualized literal pair throws exceptionAndy Wingo2017-04-181-2/+2
* Merge branch 'stable-2.0'Mark H Weaver2013-12-121-1/+86
|\
| * Add missing FUNC_NAME defines for pair accessors.Tom Tromey2013-12-121-1/+92
* | inline scm_cons, scm_car, scm_cdrAndy Wingo2012-05-171-21/+4
|/
* allow iflags to be constant expressions with typing-strictness==2Andy Wingo2011-05-131-3/+3
* Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."Andy Wingo2010-08-271-1/+0
* [build] Rewrite guile-func-name-check in Scheme, adding features.Thien-Thi Nguyen2010-08-261-0/+1
* remove cxrsAndy Wingo2009-12-041-77/+134
* the cube of lisp booleans (#f nil () #t)Mark H Weaver2009-10-271-1/+15
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.cMarius Vollmer2006-01-281-6/+0
* (scm_error_pair_access): Plain ascii ' in error messageKevin Ryde2005-07-111-1/+1
* (scm_error_pair_access): Use scm_from_locale_string ratherKevin Ryde2005-07-111-2/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_i_chase_pairs): Replace scm_t_bits with scm_t_uint32 to fix theMarius Vollmer2004-11-021-1/+1
* * discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved toMarius Vollmer2004-09-221-2/+37
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* This set of patches separates the representation of the cxr familyDirk Herrmann2003-06-011-34/+48
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * tests/reader.test: change misc-error in read-error.Han-Wen Nienhuys2002-08-051-1/+1
* new gcHan-Wen Nienhuys2002-08-041-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-1/+1
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-17/+2
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* * Fixed some bugs, some reported by Matthias Koeppe.Dirk Herrmann2001-06-081-2/+9
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+15
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-4/+5
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Use SCM{_SET}?_CELL_OBJECT to access cells that are no valid pairs yet.Dirk Herrmann2000-05-051-21/+24
* * Remove function scm_init_iprocs, remove struct scm_iproc and simplifyDirk Herrmann2000-04-251-33/+37