summaryrefslogtreecommitdiff
path: root/libguile/posix.c
Commit message (Expand)AuthorAgeFilesLines
* * validate.hMichael Livshin2001-05-241-2/+2
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-23/+23
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-3/+3
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-91/+92
* * posix.c (scm_tmpnam): check that return value from tmpnam is notGary Houston2001-03-181-4/+33
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* * posix.c: Replaced `#define' of __USE_XOPEN right beforeMarius Vollmer2001-03-101-2/+3
* (scm_gethostname): Set initial name length to 256 forMartin Grabmüller2001-03-091-1/+3
* Added some new posix functions:Martin Grabmüller2001-03-091-0/+291
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-4/+4
* * Made the port implementations less tightly coupled within guile.Dirk Herrmann2001-01-251-1/+1
* * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston2001-01-241-1/+0
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-3/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * environments.c: Don't use '==' to compare SCM objects.Dirk Herrmann2000-11-011-26/+20
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-62/+59
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-1/+1
* * Made some functions not accept symbols as input parameters any more.Dirk Herrmann2000-10-091-4/+4
* * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't useGary Houston2000-09-301-0/+2
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-1/+1
* * Docstring fixes.Neil Jerram2000-09-021-2/+2
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-4/+2
* * posix.c (scm_execlp): docstring fix (thanks to MartinGary Houston2000-04-251-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-11/+11
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,Mikael Djurfeldt2000-03-121-1/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston2000-01-311-6/+11
* * posix.c (scm_pipe): rewrote the docstring.Gary Houston2000-01-291-7/+12
* * strports.c (st_end_input): Inserted parenthesis to get operatorMikael Djurfeldt2000-01-181-4/+3
* * posix.c (scm_mknod): Escape " occuring inside docstring.Mikael Djurfeldt2000-01-181-1/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-272/+245
* * guile-func-name-check.in: Added this script to statically checkGreg J. Badros2000-01-111-1/+1
* * posix.c (scm_sync): Return SCM_UNSPECIFIED.Mikael Djurfeldt2000-01-091-1/+2
* * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston2000-01-091-65/+20
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-33/+33
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-42/+42
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-19/+19
* * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,Greg J. Badros2000-01-051-2/+1
* * posix.c (scm_waitpid): move the HAVE_WAITPID test out of theGary Houston1999-12-281-8/+2
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-4/+3
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-42/+275
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-287/+301
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1999-06-091-103/+11
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-2/+2
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1