summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-08-15This commit was manufactured by cvs2svn to create tagbranch-root_mvo-substringscvs2svn0-0/+0
2004-08-15*** empty log message ***Marius Vollmer3-0/+9
2004-08-15New, from Jose A Ortega Ruiz. Thanks!Marius Vollmer2-0/+161
2004-08-14*** empty log message ***Kevin Ryde1-0/+5
2004-08-14(Mutexes): New datatype-centric section, addingKevin Ryde1-96/+153
2004-08-14*** empty log message ***Kevin Ryde1-0/+5
2004-08-14Typo in:Kevin Ryde1-1/+1
2004-08-14(SRFI-13 Predicates): Add string-any andKevin Ryde1-16/+46
2004-08-14*** empty log message ***Kevin Ryde1-0/+5
2004-08-14(string-any, string-every): Exercise char and charset predicate cases.Kevin Ryde1-42/+186
2004-08-14*** empty log message ***Kevin Ryde1-0/+5
2004-08-14(scm_string_any, scm_string_every): Add support for charKevin Ryde1-20/+59
2004-08-13*** empty log message ***Marius Vollmer1-0/+6
2004-08-13(scm_init_load_path): Do not pass NULL to scm_to_locale_string, whichMarius Vollmer1-2/+4
2004-08-12*** empty log message ***Marius Vollmer2-2/+22
2004-08-12(MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_COPY): ModernizedMarius Vollmer1-265/+291
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer18-135/+189
2004-08-12*** empty log message ***Marius Vollmer1-0/+89
2004-08-12* strings.h, strings.c (scm_i_get_substring_spec): New.Marius Vollmer4-25/+50
2004-08-12* socket.c (scm_inet_aton, scm_inet_pton): Convert SCM strings toMarius Vollmer1-12/+35
2004-08-12(scm_system): Convert SCM strings to locale strings instead ofMarius Vollmer1-3/+6
2004-08-12Convert version to locale string before printing it.Marius Vollmer1-1/+1
2004-08-12(scm_read_delimited_x): AvoidMarius Vollmer1-8/+13
2004-08-12(STRING_SYSCALL, STRING2_SYSCALL): New helper macros.Marius Vollmer1-56/+95
2004-08-12(WITH_STRING): New helper macro. Use it where oneMarius Vollmer1-69/+94
2004-08-12(scm_fdopen): Use scm_i_fdes_to_port together with scm_i_mode_bits toMarius Vollmer1-3/+3
2004-08-12(load_extension): Convert lib and init to localeMarius Vollmer1-14/+24
2004-08-12* fports.h, fports.c (scm_i_fdes_to_port): New, likeMarius Vollmer5-11/+41
2004-08-12(scm_primitive_load_path): Do not check for absolute filenames whenMarius Vollmer1-15/+2
2004-08-11*** empty log message ***Marius Vollmer2-0/+10
2004-08-11(scm_init_storage, scm_stand_in_procs, scm_stand_in_proc): Use aMarius Vollmer2-7/+8
2004-08-11(scm_c_round, scm_c_truncate): Docs for'em.Marius Vollmer1-0/+6
2004-08-10Removed commented out debugging fprintfs.Marius Vollmer1-3/+0
2004-08-10Typos.Marius Vollmer1-7/+8
2004-08-10*** empty log message ***Marius Vollmer1-0/+2
2004-08-10(test_locale_strings): New.Marius Vollmer1-0/+161
2004-08-10*** empty log message ***Marius Vollmer2-1/+12
2004-08-10Updated example to use scm_to_locale_stringMarius Vollmer1-20/+10
2004-08-10Docs for scm_is_string, scm_to_locale_string*, andMarius Vollmer1-0/+82
2004-08-10Docs for scm_frame_free.Marius Vollmer1-1/+10
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer11-133/+151
2004-08-10*** empty log message ***Marius Vollmer1-0/+83
2004-08-10(scm_mkstrport): Use SCM_I_STRING_UCHARS instead of SCM_STRING_UCHARS.Marius Vollmer1-3/+3
2004-08-10(scm_i_index): Replaced SCM_STRINGP, SCM_STRING_CHARS, andMarius Vollmer1-12/+16
2004-08-10* procs.c, posix.c, ports.c, net_db.c, fports.c, filesys.c,Marius Vollmer1-91/+53
2004-08-10(scm_input_error): Use a SCM value for 'fn', not a C string. ThisMarius Vollmer1-8/+7
2004-08-10Replaced SCM_STRINGP, SCM_STRING_CHARS, andMarius Vollmer1-27/+14
2004-08-10(scm_error_scm): Throw directly instead of callingMarius Vollmer1-52/+16
2004-08-10Instead calling scm_puts on the SCM_STRING_CHARS of a string, callMarius Vollmer1-5/+5
2004-08-10(scm_frame_free): New.Marius Vollmer2-0/+8