2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / libguile / posix.c
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-10 Marius VollmerNo need to check for Cygwin when including <winsock2...
2002-07-07 Marius VollmerDo not include <winsock2.h> on Cygwin even when we...
2002-06-30 Gary Houston * posix.c (scm_convert_exec_args), dynl.c
2002-05-06 Marius Vollmer(scm_putenv): Handle removing variables explicitely...
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-11 Neil Jerram* Documentation work.
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerRemove unnecessary dirent includes and defines. Include
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-03 Martin Grabmüller * posix.c (getlogin): getlogin() implementation for...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-18 Gary Houston * posix.c (scm_tmpnam): check that return value from...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-10 Marius Vollmer* posix.c: Replaced `#define' of __USE_XOPEN right...
2001-03-09 Martin Grabmüller (scm_gethostname): Set initial name length to 256 for
2001-03-09 Martin GrabmüllerAdded some new posix functions:
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-01 Dirk Herrmann* environments.c: Don't use '==' to compare SCM objects.
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-30 Gary Houston * filesys.c (scm_stat2scm), posix.c (s_scm_mknod)...
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-02 Neil Jerram* Docstring fixes.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-04-25 Gary Houston * posix.c (scm_execlp): docstring fix (thanks to Martin
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-12 Mikael Djurfeldt* alist.c, eval.c, net_db.c, posix.c, print.c, snarf...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-29 Gary Houston * posix.c (scm_pipe): rewrote the docstring.
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* posix.c (scm_mknod): Escape " occuring inside docstring.
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* guile-func-name-check.in: Added this script to static...
2000-01-09 Mikael Djurfeldt* posix.c (scm_sync): Return SCM_UNSPECIFIED.
2000-01-09 Gary Houston * eval.c: define scm_unbound_variable_key ('unbound...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-28 Gary Houston * posix.c (scm_waitpid): move the HAVE_WAITPID test...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-09 Jim BlandyCentralize the creation of port objects based on stdio...
1998-10-03 Jim BlandySome anti-warning changes from Greg Harvey.
1998-10-03 Jim Blandy* posix.c (scm_getpwuid): If we can't find an entry...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-03-03 Gary Houston * ports.c (scm_add_to_port_table): allocate in units of
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
1997-08-16 Gary Houston* stime.h: prototype for scm_times.
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* net_db.c (scm_gethost, scm_getnet, scm_getproto,...
1997-05-15 Gary Houston * posix.c: don't include <sys/select.h> or define...
1997-05-12 Jim BlandyEnsure that shared substrings are handled properly...
1997-04-12 Gary Houston * stime.c (scm_mktime): take an optional zone argument.
1997-04-12 Jim Blandy* posix.c (scm_status_exit_val, scm_status_exit_val,
1997-04-05 Gary Houston* posix.c (scm_putenv): don't check HAVE_PUTENV.
1997-03-29 Gary Houston* ioext.c (scm_setfileno): throw a runtime error if...
1997-03-15 Gary Houston* posix.c (scm_uname): throw an error if uname fails...
1997-03-13 Gary Houston* ioext.c (scm_read_delimited_x): use RO string macros...
1997-02-06 Gary Houston* strop.c (scm_string_upcase_x, scm_string_downcase_x...
1997-01-31 Gary Houston * ioext.c, ioext.h: remove obsolete _sys_ from 9 proce...
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1996-11-10 Jim BlandyOn some systems <libc.h> conflicts with <unistd.h>...
1996-11-02 Mikael Djurfeldt* * posix.c (scm_tmpnam): New function.
1996-10-28 Gary Houston* configure.in: add tests for figuring out whether...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-04 Jim Blandy* posix.c: Doc fixes.
1996-09-03 Jim BlandyOn NextStep, <utime.h> doesn't define struct utime...
next