diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:36:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:36:03 +0200 |
commit | 6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5 (patch) | |
tree | 1308a4c6a9bb825a2799794d7102b86364caef3f /README_d/README.macos | |
parent | 6f3612539c425da2bc1d34db621696e6a273b01c (diff) | |
download | egawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.tar.gz egawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.tar.bz2 egawk-6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5.zip |
Remove unsupported / obsolete files. Add files for bootstrapping.
Diffstat (limited to 'README_d/README.macos')
-rw-r--r-- | README_d/README.macos | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/README_d/README.macos b/README_d/README.macos deleted file mode 100644 index 684e0281..00000000 --- a/README_d/README.macos +++ /dev/null @@ -1,32 +0,0 @@ -Mon Jun 11 05:37:03 IDT 2007 -============================ - -The notes below no longer seem to apply. - -Mon Jul 4 09:55:22 IDT 2005 -============================ - -If you use GCC 4.0 under Mac OS X to compile gawk with optimization, -AND multibyte support is *disabled*, the `ignrcas2' test fails. This is -a compiler bug. Either compile it without optimization, or use gcc-3.3. - -All the other tests pass. - -Happily, the default is for the multibyte support to be enabled, so all -the tests pass by defualt. - - -Sun Dec 3 18:11:09 IST 2000 -============================ - -The `posix' test will fail because of output format differences but this -is apparently otherwise benign. - -Gawk uses the system's mktime(3) routine, even though Autoconf thinks -it's broken, so Caveat Emptor. - -If you ask me about either of these I will fuss at you for not having -done your homework. - -Arnold Robbins -arnold@skeeve.com |