Commit Graph

643 Commits

Author SHA1 Message Date
dybvig
c2b7d0c5cc - corrected CHEZSCHEMELIBS and CHEZSCHEMEEXTS index entries to be
CHEZSCHEMELIBDIRS and CHEZSCHEMELIBEXTS.
    use.stex

original commit: ce147cc9c68dd87dd1c7ea162e633c60a662f319
2016-05-12 13:29:59 -07:00
Andy Keep
4582ed39d1 Added CPPFLAGS, CFLAGS, and LDFLAGS to the configuration options to support
machines with libraries and header files installed in alternate locations on
unix-like operating systems.
  configure, workarea, checkin,
  c/Mf-base, c/Mf-*

Added support for building from a directory that is not a git checkout in order
to support creating release source packages.
  configure

original commit: 41d94b0793997e3b90c10d6d28aaa4e2d43857cc
2016-05-11 19:23:58 -04:00
dybvig
5718697d60 updated release_notes.stex to describe the recent fixes for bugs that
dated back to Version 8.4 or before and to combine the three performance
subsections directly related to the new compiler back-end, since the
changes all occurred between publicly available releases.

original commit: 65df1d1f7c37f5b5a93cd7e5b475dda9dbafe03c
2016-05-06 23:04:44 -04:00
Andy Keep
be6dbc08d8 Merge branch 'combinatorylogic-master'
original commit: f81024e4979da28502ae634181b379083e419911
2016-05-06 20:44:50 -04:00
Andy Keep
a80f0fb0b3 - added custom install options. workarea creates an empty config.h,
and configure creates a config.h that sets the default scheme heap
  path and scheme-script name based on the actual configuration.
    configure, newrelease, workarea, checkin,
    c/Mf-base, scheme.c, main.c,
    Mf-install.in
- renamed the installed example directory from lib to examples.
    Mf-install.in,
    scheme.1.in
- added force option to gzip during man page install to prevent gzip from
  asking for permission to overwrite existing man page files.
    Mf-install.in
- removed ~/lib/csv%v/%m from the default scheme heap path on unix-like
  systems.  documented inclusion of %x\..\..\boot\%m in the Windows
  default scheme heap path.
    main.c,
    use.stex
- added new configuration options: --installbin, --installlib,
  --installschemename, --installpetitename, and --installscriptname.
    configure
- updated the example library link to the nanopass framework.
    CONTRIBUTING.md
- now cleaning up petite.1 and scheme.1 left behind by make install
    Makefile-workarea.in, checkin
- now removing workarea after cleaning csug and release_notes so
  Mf-stex (included from csug/Makefile and release_notes/Makefile)
  doesn't complain trying to determine the machine type.
    Makefile.in
- added installsh support for --ifdiff so the csug make file can use it
  for the install target.
    installsh,
    csug/Makefile
- added instructions for building (cross-compiling) a boot file for
  a supported machine type for which a boot file is not built by default.
    BUILDING

original commit: df4194c83a9e67d1ec20165fc3e2def4ed8e8986
2016-05-06 18:30:06 -04:00
Andy Keep
bf23095a18 fixed LOG conflict
original commit: 40c15413e3803801146c15fa4010fde62ea7ede3
2016-05-06 16:40:42 -04:00
dybvig
9c1721c466 - compile-whole-program and compile-whole-library now copy the hash-bang
line from the wpo file (if it has one) to the object file.
    compile.ss,
    7.ms
- stex is now a submodule.  csug/Makefile and release_notes/Makefile
  set and use the required Scheme and STEXLIB variables accordingly.
  they default the machine type to a6le, but this can be overridden
  and is by the generated top-level Makefile.  the generated top-level
  Makefile now has a new docs target that runs make in both csug and
  release_notes, and an updated distclean target that cleans the same.
  the annoying csug Makefile .fig.pdf rule redefinition is now gone.
  copyright.stex and csug.stex now list May 2016 as the revision month
  and date; this will have to be updated for future releases.
    configure, makefiles/Makefile.in,
    csug/Makefile, copyright.stex, csug.stex,
    release_notes/Makefile
- rebuilt the boot files

original commit: 4bd78a692dd4ca2f88af5d404fd0993a2d141e7b
2016-05-04 20:35:38 -04:00
R. Kent Dybvig
245c1e460a Merge pull request #36 from barak/master
spelling
original commit: eb76dc73253e2fdb7ed1a411c301b6674a16c163
2016-05-04 20:17:16 -04:00
Barak A. Pearlmutter
b76e20e61c spelling
original commit: f558aa03e44384d9515c3a9b69d48cde4292f38b
2016-05-04 20:03:44 +01:00
Bob Burger
d60a41a363 fixed typos in release notes
original commit: eb2b1fd30761c6af0eb471ea5b78d849b2b5f52a
2016-05-03 11:29:42 -04:00
dybvig
ec81b0b8ec removed guidance regarding inclusion of existing code, which is covered by CHARTER.md.
original commit: 7fcba9efbccb2a707801c33f6039c8842ab455be
2016-05-02 22:45:11 -04:00
dybvig
37c6873262 workarea now copies the zlib directory to the work area so changes
during configure and make don't affect the original.  correspondingly,
the distclean target in the generated root Makefile no longer runs
distclean in zlib.

original commit: e7436f657a54a2871519e887e485f53fbed2eded
2016-05-02 22:21:13 -04:00
Bob Burger
d3f92f7b9b made .gitignore more precise and sorted the entries
original commit: 3260da1b96e7c7e32d038f4c0f4ed27cea919fad
2016-05-02 13:11:43 -04:00
Bob Burger
efab8678ad resolved issue #30: gitignore specifies Makefile in all directories instead of just the root
original commit: 7097480fb77931ea9bc47849d555a6295cf659d7
2016-05-02 13:09:01 -04:00
dybvig
5299f8c14e minor edits to to strnum.ss comments and LOG. rebuilt boot files.
original commit: 57a32da75084ff7baf5f6f290c1b0afc75230756
2016-05-01 21:33:49 -04:00
dybvig
83f6c935e9 Merge branch 'master' of github.com:cisco/chezscheme
original commit: f5a668eeb104edb70c0188c15c2588b3618e0470
2016-05-01 16:08:02 -04:00
dybvig
bf38db8ed9 - modified floatify_normalize to properly round denormalized results and
obviated scale_float in the process.
    number.c,
    ieee.ms
- fixed 0eNNNN for large NNNN to produce 0.0 rather than infinity
    strnum.ss,
    5_3.ms
- the reader now raises an exception with condition type implementation
  restriction (among the other usual lexical condition types), and
  string->number now raises #f, for #e<m>@<a>, where <m> and <a> are
  nonzero integers, since Chez Scheme can't represent polar numbers other
  than 0@<a> and <m>@0 exactly.  <m>@<a> still produces an inexact result,
  i.e., we're still extending the set of inexact numeric constants beyond
  what R6RS dictates.  doing this required a rework of $str->num, which
  turned into a fairly extensive rewrite that fixed up a few other minor
  issues (like r6rs:string->number improperly allowing 1/2e10) and
  eliminated the need for consumers to call $str->num twice in cases
  where it actually produces a number.  added some related new tests,
  including several found lacking by profiling.  added a couple of
  checks to number->string whose absence was causing argument errors to
  be reported by other routines.
    strnum.ss, exceptions.ss, read.ss
    5_3.ms, 6.ms, root-experr*, patch*
- added pdtml flag, which if set to t causes profile-dump-html to be
  called at the end of a mat run.
    mats/Mf-base

original commit: 03f2fe86171b0fd096238280b351ce365c701450
2016-05-01 16:05:40 -04:00
Andy Keep
ba1c8113f4 Slightly extended @hyln9 tests in 7.ms, rebuilt the boot files and added a comma to the log.
7.ms, boot/*/{petite,scheme}.boot, LOG

original commit: 8343b7172532a00d2d19914206fcf83c93798c80
2016-05-01 19:21:46 +00:00
Andy Keep
a0c03a9004 Merge branch 'hyln9-master'
original commit: 14bf8b71eace51987b7bf25fdc8e1a4ea93e6692
2016-05-01 17:09:48 +00:00
Virgil Hou
1e9941edee - fixed incorrect handling of library-extension when searching wpo files
compile.ss

original commit: 4c0726f7174ca2cdb6d1c5862da88fad6d10c840
2016-05-01 15:00:27 +08:00
combinatorylogic
e613fbdf25 Merge pull request #2 from cathartes/master
retry for custom install options.
original commit: 802517aa461093b9bba7f800822a3a0904bdaea9
2016-04-29 12:18:30 +01:00
A. Green
182e1fe9cf updates to LOG are required for code changes to cisco master.
original commit: 3aea8003e2428bc5bd88900eef5ab33ef29f7fc1
2016-04-29 04:58:08 -06:00
A. Green
9b5d8b6363 linebreak.
original commit: bb310256f72f5928182ac46ea26bb970945d429c
2016-04-29 04:52:17 -06:00
A. Green
ca01aad3b2 configure will now be updated by newrelease.
original commit: 91d235684b7ac4a1225b3c63ba5fef1551e5469c
2016-04-29 04:48:50 -06:00
A. Green
8fefc9a969 fix typo in help printout.
original commit: 9428708883177deea9f31bd85d7867ca9be04135
2016-04-29 03:49:01 -06:00
A. Green
06b9f8c6a8 refinement to combinatorylogic's changes, adding --installlib option to configure.
original commit: f1c1ba8b94e2ff150f839e4a551fa1b7512f743e
2016-04-29 00:35:37 -06: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
Andy Keep
ed1a4da9a1 - fixing the log to re-add entries I had inadvertantly removed. (Thanks
to @burgerrg for the good catch!)
    LOG

original commit: 45c7bcc3e006a79478882e3326231cea3486a69f
2016-04-28 11:56:25 -04:00
Bob Burger
45ebfa583f fixed inconsistent correction to csug/system.stex
original commit: ef5a680e5d688dd2b0ce4de57caf206297fe8ada
2016-04-28 11:28:14 -04:00
combinatorylogic
ed60710793 Using install prefix in a default heap path; Forcing gzip rewrite for man pages
original commit: 8e87ffbd2e4a2f62f7157228c002aba6d6de5bc6
2016-04-28 11:55:03 +01:00
Andy Keep
690d20edc1 Merge pull request #18 from waywardmonkeys/misbehaving-articles
Fix typos involving articles.
original commit: f933d5d891a22c6d59854fddd81e7a478fe40a5c
2016-04-28 00:27:53 -04:00
Bruce Mitchener
0f8d2e6998 Fix typos involving articles.
original commit: 1ada02cc4cadc6b9a7b2b2da4dd326fb0e7518f6
2016-04-28 11:01:10 +07:00
Andy Keep
3aece4eaec - fixed time-utc->date test in mat time&date-printing to work regardless of
what locale (and time zone) the host machine has set.
    date.ms

original commit: 74563ef8261680a21d005af1eef4b70ec1757095
2016-04-27 23:07:43 -04:00
dybvig
0187d2bf4e - make test now prints the actual relative path to summary in the
"check summary" message, whether invoked from the top-level directory
  or from the workarea.
    Makefile.in, Makefile-workarea.in
- configure now just uses cat to copy Makefile-workarea.in to $w/workarea,
  since the file is presently the same regardless of the configuration.
    configure

original commit: 1d438978dfedef9a47839b3ee302196aa5d8eda1
2016-04-27 22:26:08 -04:00
dybvig
e2844450a7 - added if(---) {} wrapper around call to WRITE in display macro to
silence unused return-value warnings.
    prim5.c
- liberalized get-mode check for ../mats.  it's not our business whether
  people make their directories group and/or other writeable.
    6.ms

original commit: b90a037c9fac18fdcbce73a42f28940e85a6c07b
2016-04-27 15:42:52 -04:00
Kent Dybvig
75dbd90b1b - converted s_test_schlib shifts of -1 to equivalent shifts of 1 to
avoid undefined left-shift behavior on negative numbers.
    prim5.c

original commit: 7427dda85c1ae43f1e3c8f8749a578d50764fdfd
2016-04-26 18:48:07 -04:00
Kent Dybvig
6765641be0 - The scheme.h definition of Sfixnum(x) now uses multiply rather than
left shift to avoid counting on the behavior of << on negative numbers,
  which is undefined in C.
    mkheader.ss
- Fixed a couple of casts, one harmless and the other causing
  Sinteger64_value to return 0 for the most-negative I64 on 32-bit
  builds.
    number.c
- The configure-generated Makefile distclean target no longer removes
  zlib and nanopass, since they are logically part of the git clone.
  It does run make distclean in zlib.
    makefiles/Makefile.in

original commit: 42e6fed96d69fa17cfcd9cdcec101aaa36ba4512
2016-04-26 17:16:02 -04:00
dyb
f7366215d8 updated configure to initialize submodules if not cloned recursively
original commit: b437b6ae6c59d1102bd2037ef10379e3a716b53d
2016-04-26 10:43:19 -04:00
dyb
23f325fc72 changing zlib and nanopass to be pulled as submodules.
original commit: e498a92767ad39248293635165d8cca20bb938a1
2016-04-26 10:36:57 -04:00
dyb
83da0e273f making zlib and nanopass submodules, so removing from .gitignore
original commit: 2acbfee3429459cebb622688d9f13f02da6d03f4
2016-04-26 10:30:19 -04:00
Bob Burger
5b80886c7c added .gitignore
original commit: cae9eca38cc92f7ec0069c672d2ace0702fd3b49
2016-04-26 10:24:36 -04:00
dyb
1356af91b3 initial upload of open-source release
original commit: 47a210c15c63ba9677852269447bd2f2598b51fe
2016-04-26 10:04:54 -04:00
Cullen Jennings
81ede74af8 Initial commit
original commit: a0b7c3cc21d4a773492fef887c9bcad2f80d17cd
2016-04-14 13:10:25 -06:00