summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Marius Vollmer2001-04-241-0/+27
* * modules.c (scm_module_type): New.Marius Vollmer2001-04-242-18/+65
* * eval.h, eval.c (scm_system_transformer): Deprecated by moving itMarius Vollmer2001-04-241-1/+1
* * gh_data.c: Removed FIXME comment about gh_lookup returningMarius Vollmer2001-04-241-4/+2
* * eval.h, eval.c (scm_system_transformer): Deprecated by moving itMarius Vollmer2001-04-242-7/+6
* * Correct docstring for `throw'.Neil Jerram2001-04-222-1/+5
* * socket.c: attempted to improve the docstrings slightly.Gary Houston2001-04-222-122/+135
* * net_db.c: remove bogus "close" declaration.Gary Houston2001-04-225-218/+321
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-217-62/+103
* * socket.c (FLIP_NET_HOST_128): new macro.Gary Houston2001-04-212-19/+64
* * socket.c (scm_fill_sockaddr): call htons for sin6_port.Gary Houston2001-04-202-24/+65
* * Removed an application of SCM_C[AD]R to non pairs.Dirk Herrmann2001-04-202-4/+9
* * unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprecated.Mikael Djurfeldt2001-04-192-0/+6
* * __scm.h (SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Mikael Djurfeldt2001-04-192-19/+27
* * Allow to convert an array of bytes to a list. Thanks to Masao Uebayashi.Dirk Herrmann2001-04-192-28/+41
* * Some simplification, basically a postscriptum to the previous patch.Dirk Herrmann2001-04-192-9/+13
* * Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann2001-04-1910-120/+132
* * Eliminate some further applications of SCM_C[AD]R to non pair cells.Dirk Herrmann2001-04-195-25/+62
* * some initial support for IPv6:Gary Houston2001-04-172-21/+120
* * Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann2001-04-177-52/+91
* Removed out-of-date comment.Marius Vollmer2001-04-171-10/+1
* Use memset instead of bzero.Keisuke Nishida2001-04-123-15/+13
* * init.c, goops.c, goops.h: Reverted change of 2001-03-29. (TheMikael Djurfeldt2001-04-112-5/+3
* * init.c, goops.c: Reverted change of 2001-03-29. (The goopsMikael Djurfeldt2001-04-113-5/+10
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-1015-61/+87
* * Clarify docstring for scm_make_shared_substring.Neil Jerram2001-04-092-1/+3
* * Clean up doc and docstring for shared substrings and read only strings.Neil Jerram2001-04-092-9/+7
* * hooks.c (scm_make_hook, scm_make_hook_with_name),Martin Grabmüller2001-04-092-5/+15
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-0341-949/+1133
* * Re-introduce a cheap sanity test for non debug mode.Dirk Herrmann2001-03-312-1/+11
* * backtrace.c (display_backtrace_body): since the `print_state'Michael Livshin2001-03-312-0/+9
* * Made SCM_DEBUG_CELL_ACCESSES working again.Dirk Herrmann2001-03-303-29/+111
* * Ehrm... The Changelog entry for the last submission...Dirk Herrmann2001-03-301-0/+101
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-3023-220/+218
* * goops.c, goops.h (scm_init_oop_goops_goopscore_module): Deprecated.Keisuke Nishida2001-03-304-3/+11
* *** empty log message ***Marius Vollmer2001-03-291-0/+4
* * eval.c (SCM_APPLY): Check that arg1 is bound for scm_tc7_cxr.Marius Vollmer2001-03-291-1/+1
* * strop.c (scm_string_to_list): Fixed docstring markup.Martin Grabmüller2001-03-272-30/+45
* *** empty log message ***Marius Vollmer2001-03-261-0/+26
* * values.h (scm_values_vtable, SCM_VALUESP): Moved here so thatMarius Vollmer2001-03-262-39/+9
* * tags.h (SCM_IM_CALL_WITH_VALUES): New isym.Marius Vollmer2001-03-261-16/+51
* * tags.h (SCM_IM_CALL_WITH_VALUES): New isym.Marius Vollmer2001-03-262-0/+3
* * Minor docstring updates.Neil Jerram2001-03-232-0/+3
* * Fix docstring typos.Neil Jerram2001-03-233-2/+10
* * Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann2001-03-2210-20/+57
* * posix.c (scm_tmpnam): check that return value from tmpnam is notGary Houston2001-03-183-5/+40
* * net_db.c: define h_errno if configure didn't define HAVE_H_ERRNO.Gary Houston2001-03-182-0/+11
* * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,Gary Houston2001-03-173-12/+19
* * gc.c (scm_must_malloc): changed the comment explaining whenGary Houston2001-03-174-32/+45
* * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,Dirk Herrmann2001-03-178-83/+127