summaryrefslogtreecommitdiff
path: root/libguile
AgeCommit message (Expand)AuthorFilesLines
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* 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 Vollmer1-0/+6
2004-08-11(scm_init_storage, scm_stand_in_procs, scm_stand_in_proc): Use aMarius Vollmer2-7/+8
2004-08-10Removed commented out debugging fprintfs.Marius Vollmer1-3/+0
2004-08-10*** empty log message ***Marius Vollmer1-1/+1
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
2004-08-10* backtrace.c: Replaced SCM_STRINGP with scm_is_string.Marius Vollmer1-6/+9
2004-08-10(scm_internal_parse_path): Removed.Marius Vollmer2-130/+153
2004-08-10* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X):Marius Vollmer4-141/+271
2004-08-09*** empty log message ***Marius Vollmer1-0/+7
2004-08-09(scm_round, scm_truncate): Renamed to scm_c_round and scm_c_truncate;Marius Vollmer4-17/+34
2004-08-07(scm_resolv_error): don't cause an exception whileRob Browning1-1/+1
2004-08-07*** empty log message ***Rob Browning1-0/+7
2004-08-06Amend #if and comments for cmp_d and get_d about unreleased gmp, don'tKevin Ryde1-25/+30
2004-08-06*** empty log message ***Kevin Ryde1-0/+4
2004-08-06(scm_array_fill_x): For byvect char fill, force signed charKevin Ryde1-4/+4
2004-08-06*** empty log message ***Kevin Ryde1-0/+6
2004-08-06(scm_uniform_vector_ref, scm_array_set_x): For byvect, forceKevin Ryde1-3/+3
2004-08-05*** empty log message ***Kevin Ryde1-0/+5
2004-08-05(scm_copy_file): Use fstat on the input fd rather thanKevin Ryde1-3/+11
2004-08-05*** empty log message ***Kevin Ryde1-0/+13
2004-08-05Update docstrings per doc/ref/api-scheduling.texi.Kevin Ryde1-7/+12
2004-08-05(scm_system_star): Use scm_from_int on SIGINT and SIGQUIT,Kevin Ryde1-2/+2
2004-08-05(scm_try_arbiter): Use scm_i_misc_mutex instead ofKevin Ryde1-13/+37
2004-08-05(scm_setgroups): Enhance docstring, per doc/ref/posix.texi.Kevin Ryde1-1/+5
2004-08-03*** empty log message ***Marius Vollmer1-0/+3
2004-08-03* num2integral.i.c, num2float.i.c: Removed.Marius Vollmer3-1/+1