bpt/guile.git
2004-08-19 Marius Vollmer(gc_section_count): Removed, thread-sleeping can not
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-19 Marius Vollmer* gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect
2004-08-19 Marius Vollmer(scm_tc7_stringbuf): New tag.
2004-08-19 Marius VollmerAlign jao's name correctly.
2004-08-18 Kevin RydeNew file.
2004-08-18 Kevin Ryde*** empty log message ***
2004-08-18 Kevin Ryde * tests/and-let-star.test, tests/arbiters.test, tests...
2004-08-18 Kevin RydeNew file.
2004-08-18 Kevin RydeAdd cond-expand-provide srfi-8, since this module provi...
2004-08-18 Kevin Ryde*** empty log message ***
2004-08-18 Kevin RydeAdd cond-expand-provide srfi-2, since this module provi...
2004-08-18 Kevin Ryde*** empty log message ***
2004-08-18 Kevin Ryde(Internet Socket Examples): Correction to socket calls,
2004-08-17 Kevin Ryde(Network Sockets and Communication): Add SOCK_RDM and...
2004-08-17 Kevin Ryde*** empty log message ***
2004-08-17 Kevin Ryde*** empty log message ***
2004-08-17 Kevin Ryde(scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.
2004-08-17 Kevin Ryde*** empty log message ***
2004-08-17 Kevin Ryde*** empty log message ***
2004-08-17 Kevin Ryde(fport_print): Use scm_ttyname instead of ttyname directly,
2004-08-17 Kevin Ryde(ttyname): Remove prototype, unused.
2004-08-17 Kevin Ryde(fractions): Correction, equal? 3/4 .75 should be ...
2004-08-17 Kevin Ryde(scm_equal_p): Remove real==fraction and fraction=...
2004-08-17 Kevin Ryde*** empty log message ***
2004-08-17 Kevin Ryde * tests/arbiters.test: New file
2004-08-17 Kevin RydeNew file.
2004-08-17 Kevin Ryde(FETCH_STORE): New macro.
2004-08-15 Marius Vollmer*** empty log message ***
2004-08-15 Marius VollmerNew, from Jose A Ortega Ruiz. Thanks!
2004-08-14 Kevin Ryde*** empty log message ***
2004-08-14 Kevin Ryde(Mutexes): New datatype-centric section, adding
2004-08-14 Kevin Ryde*** empty log message ***
2004-08-14 Kevin RydeTypo in:
2004-08-14 Kevin Ryde(SRFI-13 Predicates): Add string-any and
2004-08-14 Kevin Ryde*** empty log message ***
2004-08-14 Kevin Ryde(string-any, string-every): Exercise char and charset...
2004-08-14 Kevin Ryde*** empty log message ***
2004-08-14 Kevin Ryde(scm_string_any, scm_string_every): Add support for...
2004-08-13 Marius Vollmer*** empty log message ***
2004-08-13 Marius Vollmer(scm_init_load_path): Do not pass NULL to scm_to_locale...
2004-08-12 Marius Vollmer*** empty log message ***
2004-08-12 Marius Vollmer(MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_CO...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-12 Marius Vollmer*** empty log message ***
2004-08-12 Marius Vollmer* strings.h, strings.c (scm_i_get_substring_spec):...
2004-08-12 Marius Vollmer* socket.c (scm_inet_aton, scm_inet_pton): Convert...
2004-08-12 Marius Vollmer(scm_system): Convert SCM strings to locale strings...
2004-08-12 Marius VollmerConvert version to locale string before printing it.
2004-08-12 Marius Vollmer(scm_read_delimited_x): Avoid
2004-08-12 Marius Vollmer(STRING_SYSCALL, STRING2_SYSCALL): New helper macros.
2004-08-12 Marius Vollmer(WITH_STRING): New helper macro. Use it where one
2004-08-12 Marius Vollmer(scm_fdopen): Use scm_i_fdes_to_port together with...
2004-08-12 Marius Vollmer(load_extension): Convert lib and init to locale
2004-08-12 Marius Vollmer* fports.h, fports.c (scm_i_fdes_to_port): New, like
2004-08-12 Marius Vollmer(scm_primitive_load_path): Do not check for absolute...
2004-08-11 Marius Vollmer*** empty log message ***
2004-08-11 Marius Vollmer(scm_init_storage, scm_stand_in_procs, scm_stand_in_pro...
2004-08-11 Marius Vollmer(scm_c_round, scm_c_truncate): Docs for'em.
2004-08-10 Marius VollmerRemoved commented out debugging fprintfs.
2004-08-10 Marius VollmerTypos.
2004-08-10 Marius Vollmer*** empty log message ***
2004-08-10 Marius Vollmer(test_locale_strings): New.
2004-08-10 Marius Vollmer*** empty log message ***
2004-08-10 Marius VollmerUpdated example to use scm_to_locale_string
2004-08-10 Marius VollmerDocs for scm_is_string, scm_to_locale_string*, and
2004-08-10 Marius VollmerDocs for scm_frame_free.
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-08-10 Marius Vollmer*** empty log message ***
2004-08-10 Marius Vollmer(scm_mkstrport): Use SCM_I_STRING_UCHARS instead of...
2004-08-10 Marius Vollmer(scm_i_index): Replaced SCM_STRINGP, SCM_STRING_CHARS...
2004-08-10 Marius Vollmer* procs.c, posix.c, ports.c, net_db.c, fports.c, filesys.c,
2004-08-10 Marius Vollmer(scm_input_error): Use a SCM value for 'fn', not a...
2004-08-10 Marius VollmerReplaced SCM_STRINGP, SCM_STRING_CHARS, and
2004-08-10 Marius Vollmer(scm_error_scm): Throw directly instead of calling
2004-08-10 Marius VollmerInstead calling scm_puts on the SCM_STRING_CHARS of...
2004-08-10 Marius Vollmer(scm_frame_free): New.
2004-08-10 Marius Vollmer* backtrace.c: Replaced SCM_STRINGP with scm_is_string.
2004-08-10 Marius Vollmer(scm_internal_parse_path): Removed.
2004-08-10 Marius Vollmer* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATI...
2004-08-10 Marius Vollmer*** empty log message ***
2004-08-10 Marius VollmerReplaced all uses of scm_round with scm_c_round.
2004-08-10 Kevin RydeMore of: New file.
2004-08-09 Marius Vollmer*** empty log message ***
2004-08-09 Marius Vollmer(scm_round, scm_truncate): Renamed to scm_c_round and...
2004-08-09 Marius VollmerRemoved caveat that pretty-print uses its own 'write...
2004-08-09 Marius Vollmer*** empty log message ***
2004-08-09 Marius Vollmer(generic-write): In the local procedure `wr', use objec...
2004-08-09 Kevin Ryde*** empty log message ***
2004-08-09 Kevin RydeIn open-file, split a paragraph for clarity.
2004-08-09 Kevin Ryde(File Ports): In open-file, describe the "b" binary...
2004-08-09 Kevin Ryde(SLIB): Add notes on delete-file, provided? and open...
2004-08-09 Kevin Ryde * tests/slib.test: New file.
2004-08-09 Kevin RydeNew file.
2004-08-09 Kevin Ryde*** empty log message ***
2004-08-09 Kevin Ryde(*features*): Remove array and array-for-each, core
2004-08-07 Rob Browning(scm_resolv_error): don't cause an exception while
2004-08-07 Rob Browning*** empty log message ***
2004-08-06 Kevin RydeAmend #if and comments for cmp_d and get_d about unrele...
2004-08-06 Kevin Ryde*** empty log message ***
next