summaryrefslogtreecommitdiff
path: root/libguile/symbols.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-26symbols.h reindentAndy Wingo1-1/+1
2011-10-24refactor tc7 and tc16 checksAndy Wingo1-3/+2
2011-01-07add scm_from_{latin1,utf8}_symbol{n,}Andy Wingo1-0/+16
2010-08-08remove "discouraged" infrastructureAndy Wingo1-1/+13
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-4/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-24patches by Ludovic Courtès for symbol generation.Han-Wen Nienhuys1-0/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-08-26* strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.Marius Vollmer1-1/+4
2004-08-24* symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, nextMarius Vollmer1-0/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-29/+13
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-02-19* hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt1-1/+2
2002-02-04(scm_mem2uninterned_symbol, scm_symbol_interned_p, scm_make_symbol):Marius Vollmer1-0/+3
2002-02-03* symbols.h (SCM_SET_SYMBOL_HASH): Removed.Marius Vollmer1-1/+5
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+1
2001-11-25(SCM_MAKE_SYMBOL_TAG): New.Marius Vollmer1-1/+2
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-14/+14
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-64/+5
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-05-27* Changed the default definition of SCM.Dirk Herrmann1-10/+10
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-3/+3
2001-05-24* validate.hMichael Livshin1-7/+7
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-20/+31
2001-03-08* symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUGMikael Djurfeldt1-1/+4
2000-12-16Added prototype.Keisuke Nishida1-0/+1
2000-12-12* The creation of symbols and bindings are two separate issues now.Dirk Herrmann1-1/+0
2000-12-12* Moved function scm_string_hash to hash.c.Dirk Herrmann1-2/+0
2000-12-08* New functions: scm_str2symbol, scm_mem2symbolDirk Herrmann1-0/+4
2000-12-08* Guile does not assume a hash table size of scm_symhash_dim any more.Dirk Herrmann1-2/+0
2000-11-28* Removed SCM_SYMBOL_UCHARS.Dirk Herrmann1-8/+7
2000-11-23* Deprecated SCM_LENGTH_MAX.Dirk Herrmann1-2/+1
2000-11-23* SCM_SETCHARS deprecated.Dirk Herrmann1-2/+2
2000-11-23* Deprecated SCM_SETLENGTH.Dirk Herrmann1-1/+2
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-11/+10
2000-11-02* Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann1-2/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-9/+6
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-1/+1
2000-10-06* Added type-specific replacement macros for SCM_LENGTH.Dirk Herrmann1-1/+2
2000-09-26* Eliminated all calls to SCM_UCHARS.Dirk Herrmann1-1/+1
2000-09-26* Eliminated all remaining calls to SCM_CHARS.Dirk Herrmann1-1/+1
2000-09-26* Replaced a lot of references to SCM_CHARS.Dirk Herrmann1-9/+14
2000-09-22* Added SCM_STRING_CHARS and SCM_SYMBOL_CHARS in order to, in the long run,Dirk Herrmann1-0/+1
2000-09-12* Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.Dirk Herrmann1-34/+22
2000-09-12* symbols.h (scm_gentemp): Declared.Mikael Djurfeldt1-1/+2
2000-08-11Deprecated scm_top_level_lookup_closure_varMikael Djurfeldt1-2/+0
2000-06-20Layout fixMikael Djurfeldt1-1/+1
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1