ack.git
36 years agodo not use [ for test; no as portable
ceriel [Mon, 15 Aug 1988 09:31:08 +0000 (09:31 +0000)]
do not use [ for test; no as portable

36 years agospeeded up :-)
ceriel [Thu, 11 Aug 1988 22:02:53 +0000 (22:02 +0000)]
speeded up :-)

36 years agofixed typo
ceriel [Thu, 11 Aug 1988 15:59:35 +0000 (15:59 +0000)]
fixed typo

36 years agoimproved floating point handling
ceriel [Thu, 11 Aug 1988 14:57:39 +0000 (14:57 +0000)]
improved floating point handling

36 years agospeeded up again :-)
ceriel [Thu, 11 Aug 1988 14:50:18 +0000 (14:50 +0000)]
speeded up again :-)

36 years agoAdded strtod.c, use it in atof
ceriel [Thu, 11 Aug 1988 12:49:06 +0000 (12:49 +0000)]
Added strtod.c, use it in atof

36 years agoleave maximum value if overflow trap is handled
ceriel [Thu, 11 Aug 1988 10:28:30 +0000 (10:28 +0000)]
leave maximum value if overflow trap is handled

36 years agoignore floating overflow/underflow
ceriel [Thu, 11 Aug 1988 09:55:22 +0000 (09:55 +0000)]
ignore floating overflow/underflow

36 years agofix: the minimum exponent is 1, not 0!
ceriel [Wed, 10 Aug 1988 22:33:48 +0000 (22:33 +0000)]
fix: the minimum exponent is 1, not 0!

36 years agocorrected M_MAX_D
ceriel [Wed, 10 Aug 1988 16:40:48 +0000 (16:40 +0000)]
corrected M_MAX_D

36 years agoprevent overflow
ceriel [Wed, 10 Aug 1988 15:54:15 +0000 (15:54 +0000)]
prevent overflow

36 years agocorrected
ceriel [Wed, 10 Aug 1988 15:18:37 +0000 (15:18 +0000)]
corrected

36 years agouse new ecvt.c from C library
ceriel [Wed, 10 Aug 1988 11:21:40 +0000 (11:21 +0000)]
use new ecvt.c from C library

36 years agoimproved/speeded up using new ecvt
ceriel [Wed, 10 Aug 1988 11:12:57 +0000 (11:12 +0000)]
improved/speeded up using new ecvt

36 years agofix
ceriel [Wed, 10 Aug 1988 10:41:15 +0000 (10:41 +0000)]
fix

36 years agoAdded version for machines with proper 4-byte operations
ceriel [Wed, 10 Aug 1988 10:07:53 +0000 (10:07 +0000)]
Added version for machines with proper 4-byte operations

36 years agoUse other version of div_ext
ceriel [Wed, 10 Aug 1988 10:00:30 +0000 (10:00 +0000)]
Use other version of div_ext

36 years agonew, much faster version
ceriel [Wed, 10 Aug 1988 09:14:43 +0000 (09:14 +0000)]
new, much faster version

36 years agofix: line number administration wrong in scan.c
ceriel [Tue, 9 Aug 1988 14:07:39 +0000 (14:07 +0000)]
fix: line number administration wrong in scan.c

36 years agomakefile --> Makefile
ceriel [Mon, 8 Aug 1988 18:03:12 +0000 (18:03 +0000)]
makefile --> Makefile

36 years agomany improvements
dick [Sun, 7 Aug 1988 22:55:20 +0000 (22:55 +0000)]
many improvements

36 years agocorrected exit status of script
ceriel [Fri, 5 Aug 1988 13:50:27 +0000 (13:50 +0000)]
corrected exit status of script

36 years agofixes for exit status
ceriel [Fri, 5 Aug 1988 12:48:21 +0000 (12:48 +0000)]
fixes for exit status

36 years agoalso detect 0/0
ceriel [Fri, 5 Aug 1988 11:40:29 +0000 (11:40 +0000)]
also detect 0/0

36 years agofix: >= and <= were wrong in constant expressions
ceriel [Fri, 5 Aug 1988 11:22:39 +0000 (11:22 +0000)]
fix: >= and <= were wrong in constant expressions

36 years agocleaned up a bit
ceriel [Thu, 4 Aug 1988 18:10:34 +0000 (18:10 +0000)]
cleaned up a bit

36 years agoforgot leading zero in front of . in F format
ceriel [Thu, 4 Aug 1988 15:48:34 +0000 (15:48 +0000)]
forgot leading zero in front of . in F format

36 years agogcvt was called with wrong precision
ceriel [Thu, 4 Aug 1988 15:48:20 +0000 (15:48 +0000)]
gcvt was called with wrong precision

36 years agofixed problem with 'if (array)'
ceriel [Thu, 4 Aug 1988 14:37:06 +0000 (14:37 +0000)]
fixed problem with 'if (array)'

36 years agoproblem fixed: number of digits displayed and/or format was sometimes wrong
ceriel [Thu, 4 Aug 1988 11:17:27 +0000 (11:17 +0000)]
problem fixed: number of digits displayed and/or format was sometimes wrong

36 years agocleaned up a bit, and made add_ext and sub_ext proper entry points,
ceriel [Thu, 4 Aug 1988 11:16:20 +0000 (11:16 +0000)]
cleaned up a bit, and made add_ext and sub_ext proper entry points,
without preconditions on the arguments

36 years agosome modifications to improve speed (sorry, I mean, make a bit less slow)
ceriel [Wed, 3 Aug 1988 23:31:40 +0000 (23:31 +0000)]
some modifications to improve speed (sorry, I mean, make a bit less slow)

36 years agofixed
ceriel [Wed, 3 Aug 1988 19:24:55 +0000 (19:24 +0000)]
fixed

36 years agoAdded E, G, and g format
ceriel [Wed, 3 Aug 1988 16:29:30 +0000 (16:29 +0000)]
Added E, G, and g format

36 years agofixed
ceriel [Wed, 3 Aug 1988 16:15:48 +0000 (16:15 +0000)]
fixed

36 years agomoved getopt to stdio, because it uses it
ceriel [Wed, 3 Aug 1988 14:42:47 +0000 (14:42 +0000)]
moved getopt to stdio, because it uses it

36 years agofixed again
ceriel [Tue, 2 Aug 1988 11:57:37 +0000 (11:57 +0000)]
fixed again

36 years agocorrect exit status
ceriel [Tue, 2 Aug 1988 11:56:34 +0000 (11:56 +0000)]
correct exit status

36 years agoModified for 4th distribution
ceriel [Mon, 1 Aug 1988 09:00:03 +0000 (09:00 +0000)]
Modified for 4th distribution

36 years agofix to fix
ceriel [Fri, 29 Jul 1988 19:22:48 +0000 (19:22 +0000)]
fix to fix

36 years agofix in preprocessor part: macro invocation with parameterlist on the
ceriel [Fri, 29 Jul 1988 18:38:25 +0000 (18:38 +0000)]
fix in preprocessor part: macro invocation with parameterlist on the
next line did not work

36 years agoprevent generation of movl/movq instruction with floating point constant.
ceriel [Fri, 29 Jul 1988 10:09:55 +0000 (10:09 +0000)]
prevent generation of movl/movq instruction with floating point constant.
movf/movd should be used instead

36 years agogrep -s means different things on different systems; do not use it
ceriel [Thu, 28 Jul 1988 18:47:21 +0000 (18:47 +0000)]
grep -s means different things on different systems; do not use it

36 years agoAdded possibility to disable installation of some languages or some machines
ceriel [Thu, 28 Jul 1988 18:43:26 +0000 (18:43 +0000)]
Added possibility to disable installation of some languages or some machines

36 years agoUse Pascal
ceriel [Thu, 28 Jul 1988 18:33:51 +0000 (18:33 +0000)]
Use Pascal

36 years agofixed error in declaration of sprintf
ceriel [Thu, 28 Jul 1988 18:18:29 +0000 (18:18 +0000)]
fixed error in declaration of sprintf

36 years agoInstallation of interpreters should be done from global action file
ceriel [Thu, 28 Jul 1988 16:46:23 +0000 (16:46 +0000)]
Installation of interpreters should be done from global action file

36 years agoInstallation of interpreters should not be done here
ceriel [Thu, 28 Jul 1988 16:45:13 +0000 (16:45 +0000)]
Installation of interpreters should not be done here

36 years agofixed typo
ceriel [Thu, 28 Jul 1988 15:09:01 +0000 (15:09 +0000)]
fixed typo

36 years agodocument comment sign in Action files
ceriel [Thu, 28 Jul 1988 11:28:29 +0000 (11:28 +0000)]
document comment sign in Action files

36 years agoBSD4.[23] could also run NFS, so added getdirent.s
ceriel [Thu, 28 Jul 1988 09:46:43 +0000 (09:46 +0000)]
BSD4.[23] could also run NFS, so added getdirent.s

36 years agoBSD4.[23] could also run NFS
ceriel [Thu, 28 Jul 1988 09:26:22 +0000 (09:26 +0000)]
BSD4.[23] could also run NFS

36 years agocorrected Makefiles
ceriel [Thu, 28 Jul 1988 08:37:37 +0000 (08:37 +0000)]
corrected Makefiles

36 years agoremoved em_path.h and local.h from .distr
ceriel [Thu, 28 Jul 1988 00:30:40 +0000 (00:30 +0000)]
removed em_path.h and local.h from .distr

36 years agofind out about operating system on foreign machines
ceriel [Thu, 28 Jul 1988 00:09:33 +0000 (00:09 +0000)]
find out about operating system on foreign machines

36 years agoclean should remove int
ceriel [Wed, 27 Jul 1988 22:43:19 +0000 (22:43 +0000)]
clean should remove int

36 years agocorrected for new TakeAction
ceriel [Wed, 27 Jul 1988 13:17:15 +0000 (13:17 +0000)]
corrected for new TakeAction

36 years agomention port to XenixV3
ceriel [Wed, 27 Jul 1988 13:14:26 +0000 (13:14 +0000)]
mention port to XenixV3

36 years agodistribute descr.src instead of descr
ceriel [Wed, 27 Jul 1988 12:56:45 +0000 (12:56 +0000)]
distribute descr.src instead of descr

36 years agoRemove m2mm on clean
ceriel [Wed, 27 Jul 1988 09:28:31 +0000 (09:28 +0000)]
Remove m2mm on clean

36 years agoAdded some, because local.h and em_path.h now have a source
ceriel [Wed, 27 Jul 1988 08:32:19 +0000 (08:32 +0000)]
Added some, because local.h and em_path.h now have a source

36 years agodo not write over distribution files
ceriel [Tue, 26 Jul 1988 19:22:11 +0000 (19:22 +0000)]
do not write over distribution files

36 years agodistribute Makefile
ceriel [Tue, 26 Jul 1988 19:08:46 +0000 (19:08 +0000)]
distribute Makefile

36 years agodistribute fe.src
ceriel [Tue, 26 Jul 1988 19:06:35 +0000 (19:06 +0000)]
distribute fe.src

36 years agoand yet another ...
ceriel [Tue, 26 Jul 1988 15:57:34 +0000 (15:57 +0000)]
and yet another ...

36 years agofixed typo
ceriel [Tue, 26 Jul 1988 15:46:09 +0000 (15:46 +0000)]
fixed typo

36 years agoremoved obsolete comment
ceriel [Tue, 26 Jul 1988 15:15:01 +0000 (15:15 +0000)]
removed obsolete comment

36 years agoAdded pattern
ceriel [Tue, 26 Jul 1988 14:21:15 +0000 (14:21 +0000)]
Added pattern

36 years agodeclared errno
ceriel [Tue, 26 Jul 1988 13:04:24 +0000 (13:04 +0000)]
declared errno

36 years agoyet another fix
ceriel [Tue, 26 Jul 1988 13:00:30 +0000 (13:00 +0000)]
yet another fix

36 years agofix from Leo van Moergestel: signed byte offset must fit in a byte
ceriel [Tue, 26 Jul 1988 11:02:13 +0000 (11:02 +0000)]
fix from Leo van Moergestel: signed byte offset must fit in a byte

36 years agofixed
ceriel [Tue, 26 Jul 1988 09:53:47 +0000 (09:53 +0000)]
fixed

36 years agoUsed new math lib of C to create new version of Mathlib
ceriel [Mon, 25 Jul 1988 16:41:51 +0000 (16:41 +0000)]
Used new math lib of C to create new version of Mathlib

36 years agofixed typo
ceriel [Mon, 25 Jul 1988 12:30:52 +0000 (12:30 +0000)]
fixed typo

36 years agoAdded math lib
ceriel [Mon, 25 Jul 1988 12:21:59 +0000 (12:21 +0000)]
Added math lib

36 years agofixed: call to atan changed into call to _atn
ceriel [Mon, 25 Jul 1988 11:41:19 +0000 (11:41 +0000)]
fixed: call to atan changed into call to _atn

36 years agomod to remove declarations in math.h
ceriel [Mon, 25 Jul 1988 11:40:57 +0000 (11:40 +0000)]
mod to remove declarations in math.h

36 years agoAdded a #ifndef for not defining functions
ceriel [Mon, 25 Jul 1988 11:32:46 +0000 (11:32 +0000)]
Added a #ifndef for not defining functions

36 years agoreplaced mathematical routines by our own
ceriel [Mon, 25 Jul 1988 11:26:26 +0000 (11:26 +0000)]
replaced mathematical routines by our own

36 years agoreplaced mathematical routines by our own
ceriel [Mon, 25 Jul 1988 11:13:26 +0000 (11:13 +0000)]
replaced mathematical routines by our own

36 years agomerged with Michael Felts latest version
ceriel [Mon, 25 Jul 1988 10:46:15 +0000 (10:46 +0000)]
merged with Michael Felts latest version

36 years agoAdded some prints
ceriel [Fri, 22 Jul 1988 20:58:48 +0000 (20:58 +0000)]
Added some prints

36 years agoadf and sbf did not work with 0.0
ceriel [Fri, 22 Jul 1988 20:54:49 +0000 (20:54 +0000)]
adf and sbf did not work with 0.0

36 years agoMade to work under Microsoft Xenix V3.2
ceriel [Fri, 22 Jul 1988 19:34:07 +0000 (19:34 +0000)]
Made to work under Microsoft Xenix V3.2

36 years agoInitial revision
ceriel [Fri, 22 Jul 1988 19:01:13 +0000 (19:01 +0000)]
Initial revision

36 years agoAdded installation of math lib
ceriel [Fri, 22 Jul 1988 18:51:02 +0000 (18:51 +0000)]
Added installation of math lib

36 years agosearch -l libs here
ceriel [Fri, 22 Jul 1988 18:49:00 +0000 (18:49 +0000)]
search -l libs here

36 years agosearch -l libs in i86 directory
ceriel [Fri, 22 Jul 1988 18:46:09 +0000 (18:46 +0000)]
search -l libs in i86 directory

36 years agoAdded installation of math lib
ceriel [Fri, 22 Jul 1988 18:30:44 +0000 (18:30 +0000)]
Added installation of math lib

36 years agoAdded .distr
ceriel [Fri, 22 Jul 1988 18:29:52 +0000 (18:29 +0000)]
Added .distr

36 years agoAdded math
ceriel [Fri, 22 Jul 1988 18:29:51 +0000 (18:29 +0000)]
Added math

36 years agoAdded math.h
ceriel [Fri, 22 Jul 1988 16:59:22 +0000 (16:59 +0000)]
Added math.h

36 years agoInitial revision
ceriel [Fri, 22 Jul 1988 16:53:29 +0000 (16:53 +0000)]
Initial revision

36 years agomade easier to patch
ceriel [Wed, 20 Jul 1988 08:53:31 +0000 (08:53 +0000)]
made easier to patch

36 years agosome more fixes
ceriel [Tue, 19 Jul 1988 16:49:49 +0000 (16:49 +0000)]
some more fixes

36 years agoinstall new back-end instead of old
ceriel [Tue, 19 Jul 1988 10:14:22 +0000 (10:14 +0000)]
install new back-end instead of old

36 years agothe patterns inside #ifdef LONGEMPAT were wrong anyway, so deleted
ceriel [Tue, 19 Jul 1988 10:12:21 +0000 (10:12 +0000)]
the patterns inside #ifdef LONGEMPAT were wrong anyway, so deleted

36 years agoAdded CS info
ceriel [Tue, 19 Jul 1988 09:45:59 +0000 (09:45 +0000)]
Added CS info

36 years agoimproved i86 description
ceriel [Mon, 18 Jul 1988 17:10:43 +0000 (17:10 +0000)]
improved i86 description

36 years agoM must indicate back-end used
ceriel [Mon, 18 Jul 1988 16:59:39 +0000 (16:59 +0000)]
M must indicate back-end used