*** empty log message ***
[bpt/guile.git] / libguile /
2004-08-19 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-19 Marius Vollmer(gh_set_substr): Made src const.
2004-08-19 Marius Vollmer(scm_i_casei_streq): New, for counted strings.
2004-08-19 Marius Vollmer(scm_i_mode_bits_n): New, for counted strings.
2004-08-19 Marius Vollmer(scm_memory_error): Do not try to throw, just abort.
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-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(fport_print): Use scm_ttyname instead of ttyname directly,
2004-08-17 Kevin Ryde(ttyname): Remove prototype, unused.
2004-08-17 Kevin Ryde(scm_equal_p): Remove real==fraction and fraction=...
2004-08-17 Kevin Ryde(FETCH_STORE): New macro.
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* 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-10 Marius VollmerRemoved commented out debugging fprintfs.
2004-08-10 Marius Vollmer*** empty log message ***
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-09 Marius Vollmer*** empty log message ***
2004-08-09 Marius Vollmer(scm_round, scm_truncate): Renamed to scm_c_round and...
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 ***
2004-08-06 Kevin Ryde(scm_array_fill_x): For byvect char fill, force signed...
2004-08-06 Kevin Ryde*** empty log message ***
2004-08-06 Kevin Ryde(scm_uniform_vector_ref, scm_array_set_x): For byvect...
2004-08-05 Kevin Ryde*** empty log message ***
2004-08-05 Kevin Ryde(scm_copy_file): Use fstat on the input fd rather than
2004-08-05 Kevin Ryde*** empty log message ***
2004-08-05 Kevin RydeUpdate docstrings per doc/ref/api-scheduling.texi.
2004-08-05 Kevin Ryde(scm_system_star): Use scm_from_int on SIGINT and SIGQUIT,
2004-08-05 Kevin Ryde(scm_try_arbiter): Use scm_i_misc_mutex instead of
2004-08-05 Kevin Ryde(scm_setgroups): Enhance docstring, per doc/ref/posix...
2004-08-03 Marius Vollmer*** empty log message ***
2004-08-03 Marius Vollmer* num2integral.i.c, num2float.i.c: Removed.
2004-08-03 Marius Vollmer*** empty log message ***
2004-08-03 Marius Vollmer(scm_make_complex): Discouraged by moving to discourage...
2004-08-03 Marius Vollmer(scm_complex_p): New, export as "complex?" to Scheme.
2004-08-03 Marius Vollmer*** empty log message ***
2004-08-03 Marius Vollmer* numbers.h. numbers.c (scm_make_ratio): Renamed to
2004-08-03 Marius Vollmer*** empty log message ***
2004-08-03 Marius Vollmer(scm_make_real, scm_num2dbl, scm_float2num, scm_double2...
2004-08-03 Marius Vollmer(scm_init_guile_1): Call scm_i_init_discouraged.
2004-08-03 Marius Vollmer(scm_is_rational): New.
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-08-02 Marius Vollmer*** empty log message ***
2004-08-02 Marius Vollmer* gen-scmconfig.h.in (SCM_I_GSC_ENABLE_DISCOURAGED...
2004-08-02 Marius Vollmer* discouraged.h, discouraged.c: New files.
2004-08-02 Marius Vollmer* discouraged.h, discouraged.c: New files.
2004-08-02 Marius Vollmer(SCM_EVALIM, SCM_EVALIM2, SCM_XEVAL, SCM_XEVALCAR)...
2004-08-02 Kevin Ryde*** empty log message ***
2004-08-02 Kevin Ryde(SCM_DEFER_INTS, SCM_ALLOW_INTS): Add comments about...
2004-07-31 Kevin Ryde*** empty log message ***
2004-07-31 Kevin Ryde(scm_copy_file): Avoid fd leak when destination file
2004-07-31 Kevin Ryde * error.c (scm_strerror): Use scm_i_misc_mutex around...
2004-07-31 Kevin Ryde * error.c (scm_strerror): Use scm_i_misc_mutex around...
2004-07-31 Kevin Ryde(scm_strerror): Use scm_i_misc_mutex around strerror...
2004-07-31 Kevin Ryde(scm_gensym): Use scm_i_misc_mutex around gensym_counter
2004-07-29 Marius Vollmer*** empty log message ***
2004-07-29 Marius Vollmer* gen-scmconfig.c (SCM_SIZEOF_INTMAX, SCM_SIZEOF_SIZE_T...
2004-07-29 Marius Vollmer* numbers.h (scm_to_schar, scm_to_uchar, scm_to_char,
2004-07-29 Marius Vollmer*** empty log message ***
2004-07-29 Marius Vollmer* __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN,
2004-07-29 Marius VollmerRemoved SCM_I_GSC_*_LIMITS macros, they are no longer...
2004-07-29 Marius VollmerAdded docs.
2004-07-29 Marius Vollmer(noinst_HEADERS): Added conv-integer.i.c and conv-uinte...
2004-07-29 Marius Vollmer* conv-integer.i.c, conv-uinteger.i.c: New files, used...
next