OSDN Git Service

uclinux-h8/uclibc-ng.git
21 years agoPatch from Brett Hunt at micron.com to fixup potential segfaults
Eric Andersen [Thu, 23 Jan 2003 06:36:15 +0000 (06:36 -0000)]
Patch from Brett Hunt at micron.com to fixup potential segfaults
during 'make menuconfig'

21 years agoFixed a bug related file position in append mode. _stdio_fwrite now
Manuel Novoa III [Wed, 22 Jan 2003 19:08:38 +0000 (19:08 -0000)]
Fixed a bug related file position in append mode.  _stdio_fwrite now
  seeks to the end of the stream when append mode is set and we are
  transitioning to write mode, so that subsequent ftell() return
  values are correct.
Also fix _stdio_fopen to support fdopen() with append specified when
  the underlying file didn't have O_APPEND set.  It now sets the
  O_APPEND flag as recommended by SUSv3 and is done by glibc.

21 years agoUpdate sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen [Wed, 22 Jan 2003 17:43:14 +0000 (17:43 -0000)]
Update sigaction syscall names to act more like glibc.  Fix the x86 sigaction
implementation such that gdb can actually debug signal handlers.  Gdb behaves
much better now, for example, on multi-threaded apps.
 -Erik

21 years agoChanged '__kernel_nlink_t' data type to match Linux/MIPS kernel type
"Steven J. Hill" [Wed, 22 Jan 2003 16:55:19 +0000 (16:55 -0000)]
Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type
definition and to be consistent with the ABI. Done per conversation
with Ralf (Linux/MIPS) maintainer.

21 years agoAdd in arm specific sigaction implementation to fix sa_restorer
Eric Andersen [Wed, 22 Jan 2003 15:35:45 +0000 (15:35 -0000)]
Add in arm specific sigaction implementation to fix sa_restorer
behavior so it works as expected

21 years agoMissed an endif
Eric Andersen [Wed, 22 Jan 2003 15:03:47 +0000 (15:03 -0000)]
Missed an endif

21 years agoLooks like sigaction on arm needs adjustment, so split this into
Eric Andersen [Wed, 22 Jan 2003 14:51:59 +0000 (14:51 -0000)]
Looks like sigaction on arm needs adjustment, so split this into
a common header file and a default implementation.

21 years agoOnly include lockf64 when large file support is enabled, fixing
Eric Andersen [Sat, 18 Jan 2003 19:46:17 +0000 (19:46 -0000)]
Only include lockf64 when large file support is enabled, fixing
a problem noticed by Jeff Mock.  Sorry about that.
 -Erik

21 years agoRemember to also export LC_ALL in addition to setting it.
Eric Andersen [Fri, 17 Jan 2003 07:57:44 +0000 (07:57 -0000)]
Remember to also export LC_ALL in addition to setting it.
 -Erik

21 years agoUpdate build rules a bit. fix quoting problems. Update default
Eric Andersen [Thu, 16 Jan 2003 07:15:18 +0000 (07:15 -0000)]
Update build rules a bit.  fix quoting problems.  Update default
x86 compiler optimization to not force building i386 opcodes.

21 years agoStrip off unwanted quotes from ARCH_CFLAGS. Attempt to
Eric Andersen [Tue, 14 Jan 2003 09:15:35 +0000 (09:15 -0000)]
Strip off unwanted quotes from ARCH_CFLAGS.  Attempt to
enforce consistent sort order, 'gcc -print-search-dirs'
behavior, etc by forcing the build into the C locale.
 -Erik

21 years agoPatch from Robert Schwebel -- support ncurses installed in /usr/local
Eric Andersen [Sat, 11 Jan 2003 18:07:38 +0000 (18:07 -0000)]
Patch from Robert Schwebel -- support ncurses installed in /usr/local

21 years agoUpdate website dev image blurb
Eric Andersen [Fri, 10 Jan 2003 14:43:40 +0000 (14:43 -0000)]
Update website dev image blurb

21 years agoPatch from Jay Kulpinski:
Eric Andersen [Fri, 10 Jan 2003 06:26:14 +0000 (06:26 -0000)]
Patch from Jay Kulpinski:
    __decode_dotted() does not count the null terminating byte of
    a hostname in the DNS response.  This causes lookups to fail
    if the DNS response doesn't compress domain names in the
    message.

21 years agoFix warnings
Eric Andersen [Fri, 10 Jan 2003 03:47:08 +0000 (03:47 -0000)]
Fix warnings

21 years agoImplement lockf64
Eric Andersen [Fri, 10 Jan 2003 03:32:11 +0000 (03:32 -0000)]
Implement lockf64
 -Erik

21 years agoPatch from Nick Fedchik to support ether_aton
Eric Andersen [Fri, 10 Jan 2003 03:07:38 +0000 (03:07 -0000)]
Patch from Nick Fedchik to support ether_aton

21 years agomention the uClibc root_fs now available on uclibc.org
Eric Andersen [Thu, 9 Jan 2003 16:17:39 +0000 (16:17 -0000)]
mention the uClibc root_fs now available on uclibc.org

21 years agoHide unimplemented and legacy ecvt and friends from configure.
Eric Andersen [Thu, 9 Jan 2003 01:44:24 +0000 (01:44 -0000)]
Hide unimplemented and legacy ecvt and friends from configure.
 -Erik

21 years agoDisable the __USE_EXTERN_INLINES versions of these headers, which
Eric Andersen [Wed, 8 Jan 2003 18:52:00 +0000 (18:52 -0000)]
Disable the __USE_EXTERN_INLINES versions of these headers, which
use non-existant glibc internals.

21 years agoFor now, "#if 0" out the inlining of (currently unsupported) glibc-specific
Manuel Novoa III [Wed, 8 Jan 2003 18:24:56 +0000 (18:24 -0000)]
For now, "#if 0" out the inlining of (currently unsupported) glibc-specific
string->numeric conversion functions.

21 years agoLineo has ceased to exist and is no longer a sponsor
Eric Andersen [Wed, 8 Jan 2003 01:16:51 +0000 (01:16 -0000)]
Lineo has ceased to exist and is no longer a sponsor

21 years agoFix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.
Manuel Novoa III [Sun, 5 Jan 2003 04:47:26 +0000 (04:47 -0000)]
Fix a silly bug in _wstdio_fwrite.  wprintf %s should now work correctly.

21 years agoIf they call dlopen with anything other than RTLD_LAZY
Eric Andersen [Fri, 3 Jan 2003 19:55:47 +0000 (19:55 -0000)]
If they call dlopen with anything other than RTLD_LAZY
or RTLD_NOW then we need to error out.

21 years agoRework sparc architecture support so it will compile
Eric Andersen [Thu, 2 Jan 2003 16:48:42 +0000 (16:48 -0000)]
Rework sparc architecture support so it will compile
and run.  Seems to be working...
 -Erik

21 years agoBe sure we have a crt1.o file. Use the asm version by default.
Eric Andersen [Sat, 21 Dec 2002 08:56:39 +0000 (08:56 -0000)]
Be sure we have a crt1.o file.  Use the asm version by default.
 -Erik

21 years agoUpdate.
Manuel Novoa III [Fri, 20 Dec 2002 22:05:29 +0000 (22:05 -0000)]
Update.

21 years agoObligatory forgotten update...
Manuel Novoa III [Fri, 20 Dec 2002 21:53:37 +0000 (21:53 -0000)]
Obligatory forgotten update...

21 years agoAdd a target so that people can download and use pregenerated locale data
Manuel Novoa III [Fri, 20 Dec 2002 21:52:24 +0000 (21:52 -0000)]
Add a target so that people can download and use pregenerated locale data
files instead of generating approx 40Mb of glibc locales to get the 300+
locales currently supported.

21 years agoThe big thing is locale dependent collation support.
Manuel Novoa III [Fri, 20 Dec 2002 19:26:35 +0000 (19:26 -0000)]
The big thing is locale dependent collation support.
Also added outdigit support and (legacy) YESSTR/NOSTR support.

21 years agoThanks to Siim Vahtre, add mplayer
Eric Andersen [Thu, 19 Dec 2002 21:23:42 +0000 (21:23 -0000)]
Thanks to Siim Vahtre, add mplayer

21 years agoInitial checkin
Miles Bader [Wed, 18 Dec 2002 02:16:29 +0000 (02:16 -0000)]
Initial checkin

21 years agowhitespace
Miles Bader [Wed, 18 Dec 2002 02:15:02 +0000 (02:15 -0000)]
whitespace

21 years ago(SSRC): Rename longjmp.S to __longjmp.S
Miles Bader [Wed, 18 Dec 2002 02:13:16 +0000 (02:13 -0000)]
(SSRC): Rename longjmp.S to __longjmp.S
(CSRC): Add clone.c

21 years agoRename longjmp.S to __longjmp.S
Miles Bader [Wed, 18 Dec 2002 02:11:58 +0000 (02:11 -0000)]
Rename longjmp.S to __longjmp.S
Remove extra weak symbols defined by ../common/longjmp.c

21 years agoPatch from Stefan Allius. Only build config stuff when needed.
Eric Andersen [Tue, 17 Dec 2002 07:28:28 +0000 (07:28 -0000)]
Patch from Stefan Allius.  Only build config stuff when needed.

21 years agoDop not restrict the IFTODT() and DTTOIF() macros when
Eric Andersen [Tue, 17 Dec 2002 01:55:53 +0000 (01:55 -0000)]
Dop not restrict the IFTODT() and DTTOIF() macros when
_DIRENT_HAVE_D_TYPE is not defined.
 -Erik

21 years agoOnly build the ncurses stuff when it is needed, based on a
Eric Andersen [Fri, 13 Dec 2002 22:43:38 +0000 (22:43 -0000)]
Only build the ncurses stuff when it is needed, based on a
patch from Stefan Allius (though the extra/config/Makefile
rework is mine),
 -Erik

21 years agoMove the soft float check
Eric Andersen [Fri, 13 Dec 2002 04:40:10 +0000 (04:40 -0000)]
Move the soft float check

21 years agoRework things such that staticly linked applications can use
Eric Andersen [Thu, 12 Dec 2002 22:22:03 +0000 (22:22 -0000)]
Rework things such that staticly linked applications can use
dlopen and have it be successful.  This required moving some
things out of ldso.c into readelflib1.c, and directly including
hash.c and readelflib1.c into dlib.c when building the static
version of the library.
 -Erik

21 years agoUse crt1.o when ctor/dtor support is enabled
Eric Andersen [Thu, 12 Dec 2002 22:03:49 +0000 (22:03 -0000)]
Use crt1.o when ctor/dtor support is enabled

21 years agoWhen -shared is specified, meaning they wish to create a shared
Eric Andersen [Thu, 12 Dec 2002 21:58:41 +0000 (21:58 -0000)]
When -shared is specified, meaning they wish to create a shared
library, we need to disable adding start files (i.e. crt0) since
it isn't supposed to be creating an executable, just a shared lib.
 -Erik

21 years agoOops. Patch was vs 5beta.
Eric Andersen [Thu, 12 Dec 2002 19:06:30 +0000 (19:06 -0000)]
Oops.  Patch was vs 5beta.

21 years agoIt seems SCO puts touch in a wierd place
Eric Andersen [Thu, 12 Dec 2002 19:02:29 +0000 (19:02 -0000)]
It seems SCO puts touch in a wierd place

21 years agoBased on discussions with Stefan Allius, change it so that we always
Eric Andersen [Thu, 12 Dec 2002 10:14:19 +0000 (10:14 -0000)]
Based on discussions with Stefan Allius, change it so that we always
build a crt0.o and a crt1.o.  crt1.o will support ctors and dtors if
such support is enabled.  One more gratuitous toolchain support issue
is thereby removed...
 -Erik

21 years agoAdd portmap and patch from Steven Elling
Eric Andersen [Thu, 12 Dec 2002 09:16:53 +0000 (09:16 -0000)]
Add portmap and patch from Steven Elling

21 years agoFix typo noticed by V.Radhakrishnan
Eric Andersen [Thu, 12 Dec 2002 08:27:57 +0000 (08:27 -0000)]
Fix typo noticed by V.Radhakrishnan

21 years agoAdd in a stub libnsl library to make stupid configure scripts
Eric Andersen [Thu, 12 Dec 2002 03:10:14 +0000 (03:10 -0000)]
Add in a stub libnsl library to make stupid configure scripts
(i.e. openssh) do the right thing when used with uClibc's gcc
wrapper (which does not currently prevent system libraries from
leaking into the link).
 -Erik

21 years agoFix broken ignore file
Eric Andersen [Thu, 12 Dec 2002 03:08:25 +0000 (03:08 -0000)]
Fix broken ignore file

21 years agoAvoid silly namespace pollution
Eric Andersen [Thu, 12 Dec 2002 01:56:48 +0000 (01:56 -0000)]
Avoid silly namespace pollution

21 years agoRemove a stray ')'
Eric Andersen [Wed, 11 Dec 2002 20:44:48 +0000 (20:44 -0000)]
Remove a stray ')'

21 years agoRemove trailing comma from enum list as a nicety for older compilers.
Manuel Novoa III [Wed, 11 Dec 2002 01:40:36 +0000 (01:40 -0000)]
Remove trailing comma from enum list as a nicety for older compilers.

21 years agoCleanup the case when using the system shared lib loader
Eric Andersen [Mon, 9 Dec 2002 00:06:32 +0000 (00:06 -0000)]
Cleanup the case when using the system shared lib loader
 -Erik

21 years agoAdded CPU_CFLAGS and CPU_LDFLAGS for cris.
Tobias Anderberg [Thu, 5 Dec 2002 17:37:44 +0000 (17:37 -0000)]
Added CPU_CFLAGS and CPU_LDFLAGS for cris.
Added additional CFLAGS for cris when compiling with PIC.

21 years agoRemoved redundant definition of __USE_WEAK_ALIASES.
Tobias Anderberg [Thu, 5 Dec 2002 17:35:47 +0000 (17:35 -0000)]
Removed redundant definition of __USE_WEAK_ALIASES.
Added option for selecting cris architecure type. For now, only CRIS is
available.
Added a default configuration for cris.

21 years agoChange some variable names so we are more consistant with what
Eric Andersen [Wed, 4 Dec 2002 22:40:20 +0000 (22:40 -0000)]
Change some variable names so we are more consistant with what
the linux kernel uses.
 -Erik

21 years agoI forgot to kill these files in my last commit.
Eric Andersen [Wed, 4 Dec 2002 20:54:08 +0000 (20:54 -0000)]
I forgot to kill these files in my last commit.
 -Erik

21 years agoThis is based on a patch posted to lkml by Petr Baudis on 23 Nov, which was
Eric Andersen [Wed, 4 Dec 2002 20:52:25 +0000 (20:52 -0000)]
This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which was
then considerably hacked up by me.  This eliminates the separate lxdialog and
instead directly uses the lxdialog internals.  This allows 'make menuconfig'
to be much faster.
 -Erik

21 years agoImplement the rest of the missing include/net/if.h interfaces
Eric Andersen [Wed, 4 Dec 2002 18:27:15 +0000 (18:27 -0000)]
Implement the rest of the missing include/net/if.h interfaces
 -Erik

21 years agoLooks like this is in fact needed to properly debug dynamically
Eric Andersen [Wed, 4 Dec 2002 05:47:30 +0000 (05:47 -0000)]
Looks like this is in fact needed to properly debug dynamically
linked stuff, so put it back but add a check for NULL

21 years agoOverride optimization settings when debugging
Eric Andersen [Wed, 4 Dec 2002 05:30:38 +0000 (05:30 -0000)]
Override optimization settings when debugging

21 years agoFix the other instance of getcwd
Eric Andersen [Wed, 4 Dec 2002 02:34:26 +0000 (02:34 -0000)]
Fix the other instance of getcwd

21 years agoFor now, always claim we have exactly one cpu. It should
Eric Andersen [Wed, 4 Dec 2002 00:21:49 +0000 (00:21 -0000)]
For now, always claim we have exactly one cpu.  It should
generally be the truth...

21 years agoProperly allocate memory when size is 0, but so is buf
Eric Andersen [Wed, 4 Dec 2002 00:08:52 +0000 (00:08 -0000)]
Properly allocate memory when size is 0, but so is buf

21 years agoMake the arm cpu-specific optimizations work properly
Eric Andersen [Tue, 3 Dec 2002 23:12:09 +0000 (23:12 -0000)]
Make the arm cpu-specific optimizations work properly

21 years agoDon't leak outside of the target area when installing things.
Eric Andersen [Mon, 2 Dec 2002 18:44:03 +0000 (18:44 -0000)]
Don't leak outside of the target area when installing things.
 -Erik

21 years agoSpelling fixes
Eric Andersen [Mon, 2 Dec 2002 17:55:30 +0000 (17:55 -0000)]
Spelling fixes
 -Erik

21 years agoCut and paste error.
Manuel Novoa III [Mon, 2 Dec 2002 16:34:56 +0000 (16:34 -0000)]
Cut and paste error.

21 years agoForgot one...
Manuel Novoa III [Mon, 2 Dec 2002 16:24:08 +0000 (16:24 -0000)]
Forgot one...

21 years agoAdd hsearch and hsearch_r. Consolidate all functions prototyped in
Manuel Novoa III [Mon, 2 Dec 2002 16:20:50 +0000 (16:20 -0000)]
Add hsearch and hsearch_r.  Consolidate all functions prototyped in
search.h in one directory.

21 years agoIf the wait failed in pclose it would return a random status code
David McCullough [Sun, 1 Dec 2002 23:32:17 +0000 (23:32 -0000)]
If the wait failed in pclose it would return a random status code
instead of -1 as expected.

21 years agoMake ldd work even more like GNU ldd by appending dummy load addresses
David Schleef [Sun, 1 Dec 2002 00:57:23 +0000 (00:57 -0000)]
Make ldd work even more like GNU ldd by appending dummy load addresses

21 years agoI forgot to include features.h
Eric Andersen [Fri, 29 Nov 2002 12:41:38 +0000 (12:41 -0000)]
I forgot to include features.h

21 years agoSilly me, I forgot to include features.h
Eric Andersen [Fri, 29 Nov 2002 12:40:10 +0000 (12:40 -0000)]
Silly me, I forgot to include features.h

21 years agoKill a bit of unused cruft
Eric Andersen [Thu, 28 Nov 2002 15:21:10 +0000 (15:21 -0000)]
Kill a bit of unused cruft

21 years agoFix compilation on mips
Eric Andersen [Thu, 28 Nov 2002 03:06:07 +0000 (03:06 -0000)]
Fix compilation on mips

21 years agoMake support for global constructors and global destructors be
Eric Andersen [Wed, 27 Nov 2002 23:34:07 +0000 (23:34 -0000)]
Make support for global constructors and global destructors be
configurable, so people who do not need or want ctor/dtor support
can disable it and make their binaries a little bit smaller.
 -Erik

21 years agoFixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT
Eric Andersen [Wed, 27 Nov 2002 23:02:15 +0000 (23:02 -0000)]
Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT
is enabled.

21 years agoFix an ifdef mismatch.
Manuel Novoa III [Wed, 27 Nov 2002 22:02:37 +0000 (22:02 -0000)]
Fix an ifdef mismatch.

21 years agoFix the defaults to make them be sane
Eric Andersen [Wed, 27 Nov 2002 20:17:24 +0000 (20:17 -0000)]
Fix the defaults to make them be sane

21 years agoFix bug in setting daylight and timezone when no (valid) TZ.
Manuel Novoa III [Wed, 27 Nov 2002 02:19:10 +0000 (02:19 -0000)]
Fix bug in setting daylight and timezone when no (valid) TZ.
Bug reported by Arne Bernin <arne@alamut.de> in regards to freeswan.

21 years agoOops.. left in a bit of debugging code.
Manuel Novoa III [Sat, 23 Nov 2002 16:43:57 +0000 (16:43 -0000)]
Oops.. left in a bit of debugging code.

21 years agoUse 'install' rather than 'mkdir -p' for target directories.
Eric Andersen [Sat, 23 Nov 2002 05:40:58 +0000 (05:40 -0000)]
Use 'install' rather than 'mkdir -p' for target directories.
Add $(PREFIX) to avoid leaking things at install time.
 -Erik

21 years agoOk... here's the summary:
Manuel Novoa III [Fri, 22 Nov 2002 03:05:27 +0000 (03:05 -0000)]
Ok... here's the summary:
Hopefully locale support will build when cross compiling now.  Collation is
  still not supported, but that's what I'm currently working on.  In the
  next couple of days, I'll probably put up a couple of files for download
  that will save people the trouble of generating all the glibc locales.
Added *wprintf functions, although they currently don't support floating
  point.  That will be fixed when I rewrite _dtostr... or possibly before.
Added the wcsto{inttype} functions.
Added iconv() and a mini iconv utility.  The require locale support and
  only provide for conversions involving the various unicode encodings
  { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built
  with the locale data, and the internal WCHAR_T.

21 years agoOops. As Pavel Roskin notes, I forgot to conditionally include
Eric Andersen [Thu, 21 Nov 2002 21:41:30 +0000 (21:41 -0000)]
Oops.  As Pavel Roskin notes, I forgot to conditionally include
the __fsetlocking call in libc/unistd/usershell.c.  It should
be wrapped and only included if __UCLIBC_HAS_THREADS__ is defined.

21 years agoDoh! As Stefan Allius points out, I forgot to properly review
Eric Andersen [Thu, 21 Nov 2002 08:24:51 +0000 (08:24 -0000)]
Doh!  As Stefan Allius points out, I forgot to properly review
this change.

21 years agoDebugging tweaks.
Miles Bader [Thu, 21 Nov 2002 07:52:46 +0000 (07:52 -0000)]
Debugging tweaks.

21 years agoOops.
Eric Andersen [Thu, 21 Nov 2002 07:05:33 +0000 (07:05 -0000)]
Oops.

21 years agoCleanup use of in6addr_loopback and in6addr_any
Eric Andersen [Thu, 21 Nov 2002 07:03:25 +0000 (07:03 -0000)]
Cleanup use of in6addr_loopback and in6addr_any

21 years agoPatch from Yoshinori Sato to update the h8300 architecture.
Eric Andersen [Thu, 21 Nov 2002 06:43:23 +0000 (06:43 -0000)]
Patch from Yoshinori Sato to update the h8300 architecture.

21 years agoImprove malloc debugging support.
Miles Bader [Thu, 21 Nov 2002 06:06:22 +0000 (06:06 -0000)]
Improve malloc debugging support.

21 years agoAct more like the GNU version. Accept multiple args. Accept/ignore
Eric Andersen [Thu, 21 Nov 2002 05:38:58 +0000 (05:38 -0000)]
Act more like the GNU version.  Accept multiple args.  Accept/ignore
the "--" option since we always do that anyways.
 -Erik

21 years agoDoh! Manuel noticed I'd put the CFLAGS before DODEBUG, killing
Eric Andersen [Thu, 21 Nov 2002 01:17:44 +0000 (01:17 -0000)]
Doh!  Manuel noticed I'd put the CFLAGS before DODEBUG, killing
any chance of actually building with debug symbols.
 -Erik

21 years agoRework usershell.c, as the old one was packed full of unhandled
Eric Andersen [Wed, 20 Nov 2002 22:07:05 +0000 (22:07 -0000)]
Rework usershell.c, as the old one was packed full of unhandled
failures, returned stack allocated memory, and misbehaved itself
in a number of other annoying ways,
 -Erik

21 years agoKill SVR4_BUGCOMPAT
Eric Andersen [Wed, 20 Nov 2002 10:49:56 +0000 (10:49 -0000)]
Kill SVR4_BUGCOMPAT

21 years agoPatch from Stefan Allius:
Eric Andersen [Wed, 20 Nov 2002 10:41:04 +0000 (10:41 -0000)]
Patch from Stefan Allius:
        - Invert all FORCE_SHAREABLE_TEXT_SEGMENTS checks.
- Define FORCE_SHAREABLE_TEXT_SEGMENTS in the Makefile,
  so it can be configured by the config system.
- linuxelf.h inspects that we don't combine FORCE_SHAREABLE_TEXT_SEGMENTS
  and SVR4_BUGCOMPAT
- Add a new config option for FORCE_SHAREABLE_TEXT_SEGMENTS

21 years agoPatch from Aidan Van Dyk to make _toupper and _tolower
Eric Andersen [Wed, 20 Nov 2002 03:30:53 +0000 (03:30 -0000)]
Patch from Aidan Van Dyk to make _toupper and _tolower
work properly, reverting my wrong reading of SuSv3

21 years agoUpdate verbage regarding NIS
Eric Andersen [Tue, 19 Nov 2002 08:28:17 +0000 (08:28 -0000)]
Update verbage regarding NIS

21 years agoRemove use of $(strip) when no longer needed. Fixup DODEBUG
Eric Andersen [Tue, 19 Nov 2002 07:11:27 +0000 (07:11 -0000)]
Remove use of $(strip) when no longer needed.  Fixup DODEBUG
so when debugging is enabled we don't enable all the major
optimizations.
 -Erik

21 years agoImplement dynamic atexit handling. Adds a few bytes and a dependancy
Eric Andersen [Tue, 19 Nov 2002 07:08:33 +0000 (07:08 -0000)]
Implement dynamic atexit handling.  Adds a few bytes and a dependancy
on malloc (via realloc).
 -Erik