summaryrefslogtreecommitdiff
path: root/libguile/symbols.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate symbol properties.Ludovic Courtès2022-02-041-10/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve strings.hAndy Wingo2018-06-201-0/+1
* Move symbol snarfers to symbols.hAndy Wingo2018-06-201-1/+34
* Devolve gc.hAndy Wingo2018-06-181-0/+2
* Devolve more validate macrosAndy Wingo2018-06-181-1/+10
* symbols.h reindentAndy Wingo2011-10-261-1/+1
* refactor tc7 and tc16 checksAndy Wingo2011-10-241-3/+2
* add scm_from_{latin1,utf8}_symbol{n,}Andy Wingo2011-01-071-0/+16
* remove "discouraged" infrastructureAndy Wingo2010-08-081-1/+13
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-4/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* patches by Ludovic Courtès for symbol generation.Han-Wen Nienhuys2006-01-241-0/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.Marius Vollmer2004-08-261-1/+4
* * symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, nextMarius Vollmer2004-08-241-0/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-29/+13
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt2003-02-191-1/+2
* (scm_mem2uninterned_symbol, scm_symbol_interned_p, scm_make_symbol):Marius Vollmer2002-02-041-0/+3
* * symbols.h (SCM_SET_SYMBOL_HASH): Removed.Marius Vollmer2002-02-031-1/+5
* 2002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-01-281-0/+1
* (SCM_MAKE_SYMBOL_TAG): New.Marius Vollmer2001-11-251-1/+2
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-14/+14
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-64/+5
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Changed the default definition of SCM.Dirk Herrmann2001-05-271-10/+10
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-3/+3
* * validate.hMichael Livshin2001-05-241-7/+7
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-20/+31
* * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUGMikael Djurfeldt2001-03-081-1/+4
* Added prototype.Keisuke Nishida2000-12-161-0/+1
* * The creation of symbols and bindings are two separate issues now.Dirk Herrmann2000-12-121-1/+0
* * Moved function scm_string_hash to hash.c.Dirk Herrmann2000-12-121-2/+0
* * New functions: scm_str2symbol, scm_mem2symbolDirk Herrmann2000-12-081-0/+4
* * Guile does not assume a hash table size of scm_symhash_dim any more.Dirk Herrmann2000-12-081-2/+0
* * Removed SCM_SYMBOL_UCHARS.Dirk Herrmann2000-11-281-8/+7
* * Deprecated SCM_LENGTH_MAX.Dirk Herrmann2000-11-231-2/+1
* * SCM_SETCHARS deprecated.Dirk Herrmann2000-11-231-2/+2
* * Deprecated SCM_SETLENGTH.Dirk Herrmann2000-11-231-1/+2
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-11/+10
* * Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann2000-11-021-2/+2
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-9/+6
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-1/+1