Matthew Flatt
368d079d24
adjust build for BSDs, MinGW cross-compile, and more configuration
...
Includes joint work with @abmclin, @pmatos, and @jessealama.
original commit: 2649600c68ff57efb63d6d5d10c9d9f73368f59a
2019-07-06 13:16:57 -06:00
Bob Burger
75a70547f8
use uuid_generate on unix-like systems for S_unique_id
...
original commit: 2fd3db68230d094a0d396348a8140a4d3693b120
2018-09-19 10:19:03 -04:00
Bob Burger
8885445d6d
Improved Unicode support for command-line arguments, environment variables, the C interface and error messages, and the Windows registry, DLL loading, and process creation
...
original commit: aa1c2c4ec95c286a12730ea75588a18dd9fb9d59
2018-06-14 14:24:15 -04:00
Bob Burger
350f87ba4d
fix bug in date->time-utc caused by incorrect use of difftime in Windows
...
original commit: 4748dad50c7f0e9b3ba002c27990d4c88c0189fc
2017-12-29 16:48:30 -05:00
dyb
e5ee788d6f
- renamed s_gettime => S_gettime to remain consistent with the
...
convention that the only undocumented externs are prefixed with
S_.
externs.h, stats.c, thread.c
original commit: 898c3941d807a18c393a4575a72283e3671ee7e5
2017-10-11 16:35:24 -04:00
Sam Tobin-Hochstadt
0e41c9d8be
Add date-dst?
and date-zone-name
procedures
...
Accesses existing-but-hidden DST information in date records,
and adds support for getting a name of the current time zone
when a time zone offset is not explicitly provided.
original commit: 3c8be62d12a8197018fb6c5aae182fd75da14fe8
2017-06-08 11:21:39 -04:00
Bob Burger
831ea8ad18
changed copyright year to 2017
...
7.ss, scheme.1.in, comments of many files
original commit: 06f858f9a505b9d6fb6ca1ac97234927cb2dc641
2017-04-06 11:41:33 -04:00
Bob Burger
288243924f
added optional timeout to condition-wait
...
original commit: 26d4dfc437fde2ba85d2d1a9ccadc2fa36979da0
2017-03-14 12:53:10 -04:00
Bob Burger
df45aba923
added needed #ifdef WIN32. Thanks, alflanagan!
...
original commit: 7728f94291d10d8b86b1ac368c43a53ca3e7d5ae
2016-09-22 14:46:44 -04:00
Bob Burger
30c6552ec2
Use high-precision clock time on Windows 8 and up.
...
original commit: 15982a28189454d5b7b3b065db5aac9816781bde
2016-09-22 13:36:10 -04:00
Andy Keep
820f7bccb9
- updated the fix to S_mktime to work on windows. the struct tm
...
structure on windows does not have the tm_gmtoff field used in the
mac and linux version of the code.
stats.c
original commit: 4339b856d85de4c949ef7c4e66ec679512809a58
2016-05-15 00:16:15 -04:00
Andy Keep
cfe66a259b
- fixed date->time-utc to honor the zone-offset field when converting a date
...
object to a time-utc object.
stats.c,
date.ms
original commit: 63a97939896c2a89fcffdf16c8b783efaeb816b5
2016-04-29 00:43:06 -04:00
dyb
1356af91b3
initial upload of open-source release
...
original commit: 47a210c15c63ba9677852269447bd2f2598b51fe
2016-04-26 10:04:54 -04:00