Age | Commit message (Expand) | Author | Files | Lines |
2004-08-18 | This commit was manufactured by cvs2svn to create tagbefore-merge_mvo-substrings | cvs2svn | 0 | -0/+0 |
2004-08-18 | New file. | Kevin Ryde | 1 | -0/+32 |
2004-08-18 | *** empty log message *** | Kevin Ryde | 1 | -3/+4 |
2004-08-18 | * tests/and-let-star.test, tests/arbiters.test, tests/receive.test: | Kevin Ryde | 1 | -0/+2 |
2004-08-18 | New file. | Kevin Ryde | 1 | -0/+32 |
2004-08-18 | Add cond-expand-provide srfi-8, since this module provides that feature. | Kevin Ryde | 1 | -1/+3 |
2004-08-18 | *** empty log message *** | Kevin Ryde | 1 | -0/+7 |
2004-08-18 | Add cond-expand-provide srfi-2, since this module provides that feature. | Kevin Ryde | 1 | -0/+2 |
2004-08-18 | *** empty log message *** | Kevin Ryde | 1 | -0/+9 |
2004-08-18 | (Internet Socket Examples): Correction to socket calls, | Kevin Ryde | 1 | -2/+2 |
2004-08-17 | (Network Sockets and Communication): Add SOCK_RDM and SOCK_SEQPACKET. | Kevin Ryde | 1 | -0/+2 |
2004-08-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+1 |
2004-08-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+2 |
2004-08-17 | (scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM. | Kevin Ryde | 1 | -1/+11 |
2004-08-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+3 |
2004-08-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+18 |
2004-08-17 | (fport_print): Use scm_ttyname instead of ttyname directly, | Kevin Ryde | 1 | -1/+2 |
2004-08-17 | (ttyname): Remove prototype, unused. | Kevin Ryde | 1 | -4/+0 |
2004-08-17 | (fractions): Correction, equal? 3/4 .75 should be #f, according to R5RS. | Kevin Ryde | 1 | -1/+1 |
2004-08-17 | (scm_equal_p): Remove real==fraction and fraction==real, they | Kevin Ryde | 1 | -19/+1 |
2004-08-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 |
2004-08-17 | * tests/arbiters.test: New file | Kevin Ryde | 1 | -0/+1 |
2004-08-17 | New file. | Kevin Ryde | 1 | -0/+102 |
2004-08-17 | (FETCH_STORE): New macro. | Kevin Ryde | 1 | -42/+65 |
2004-08-15 | *** empty log message *** | Marius Vollmer | 3 | -0/+9 |
2004-08-15 | New, from Jose A Ortega Ruiz. Thanks! | Marius Vollmer | 2 | -0/+161 |
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 |
2004-08-14 | (Mutexes): New datatype-centric section, adding | Kevin Ryde | 1 | -96/+153 |
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 |
2004-08-14 | Typo in: | Kevin Ryde | 1 | -1/+1 |
2004-08-14 | (SRFI-13 Predicates): Add string-any and | Kevin Ryde | 1 | -16/+46 |
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 |
2004-08-14 | (string-any, string-every): Exercise char and charset predicate cases. | Kevin Ryde | 1 | -42/+186 |
2004-08-14 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 |
2004-08-14 | (scm_string_any, scm_string_every): Add support for char | Kevin Ryde | 1 | -20/+59 |
2004-08-13 | *** empty log message *** | Marius Vollmer | 1 | -0/+6 |
2004-08-13 | (scm_init_load_path): Do not pass NULL to scm_to_locale_string, which | Marius Vollmer | 1 | -2/+4 |
2004-08-12 | *** empty log message *** | Marius Vollmer | 2 | -2/+22 |
2004-08-12 | (MY_VALIDATE_SUBSTRING_SPEC_COPY, MY_VALIDATE_STRING_COPY): Modernized | Marius Vollmer | 1 | -265/+291 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 18 | -135/+189 |
2004-08-12 | *** empty log message *** | Marius Vollmer | 1 | -0/+89 |
2004-08-12 | * strings.h, strings.c (scm_i_get_substring_spec): New. | Marius Vollmer | 4 | -25/+50 |
2004-08-12 | * socket.c (scm_inet_aton, scm_inet_pton): Convert SCM strings to | Marius Vollmer | 1 | -12/+35 |
2004-08-12 | (scm_system): Convert SCM strings to locale strings instead of | Marius Vollmer | 1 | -3/+6 |
2004-08-12 | Convert version to locale string before printing it. | Marius Vollmer | 1 | -1/+1 |
2004-08-12 | (scm_read_delimited_x): Avoid | Marius Vollmer | 1 | -8/+13 |
2004-08-12 | (STRING_SYSCALL, STRING2_SYSCALL): New helper macros. | Marius Vollmer | 1 | -56/+95 |
2004-08-12 | (WITH_STRING): New helper macro. Use it where one | Marius Vollmer | 1 | -69/+94 |
2004-08-12 | (scm_fdopen): Use scm_i_fdes_to_port together with scm_i_mode_bits to | Marius Vollmer | 1 | -3/+3 |
2004-08-12 | (load_extension): Convert lib and init to locale | Marius Vollmer | 1 | -14/+24 |