• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
0b949f4 2003-09-02 05:45:21 Eric Andersen

kill these too.

9efccab 2003-09-02 05:42:39 Eric Andersen

A better test for a dlopen problem with weak symbols, based
on a much improve test by mjn3.

cea5b5c 2003-09-02 04:57:31 Eric Andersen

minor cleanup

e3933b5 2003-09-02 04:26:33 Eric Andersen

minor link updates

30ede1a 2003-09-02 04:25:55 Eric Andersen

pass in "-s" directly

cd46bde 2003-09-02 03:32:22 Manuel Novoa III

Hack around bg_BG bug; grouping specified but no thousands separator.
Also, disable the locale link_warnings for now, as they generate a
lot of noise when using libstd++.

f6a604b 2003-09-02 03:03:49 Eric Andersen

15 retries is really rather excessive...

6a2d1ca 2003-09-02 02:58:38 Eric Andersen

Do not overwrite CPU_CFLAGS values....

f71b544 2003-09-02 02:47:31 Eric Andersen

Remove a bunch of guessing about the location of the kernel
headers. Move most of that into a script, and warn loudly
when having to guess.
-Erik

43fc7e7 2003-09-02 00:06:26 Eric Andersen

Rob Landley writes:

SYSTEM_DEVEL_PREFIX says: "This defaults to $(DEVEL_PREFIX)/usr", but it
actually defaults to just "($DEVEL_PREFIX)".

Just thought I'd mention it... :)

557ea04 2003-09-02 00:00:54 Eric Andersen

Atsushi Nemoto writes:

I found math fpclassify function is broken because FP_XXX definitions
in libm/fp_private.h is incompatible with include/math.h.

Also I noticed fp_private.h and fpmacros.c use many 'long int' for
32bit variables. I think these should be int or u_int32_t.

Here is a patch against 0.9.20.

fp_private.c:
--- fix union members (use u_int32_t instead of 'unsigned long int').
--- remove incompatible FP_XXX definitions (and some unused macros).
fpmacros.c:
--- use FP_NAN instead of FP_QNAN/FP_SNAN.
--- use correct type (int instead of long int).
--- fix union members (use u_int32_t instead of 'unsigned long int').
--- remove unnecessary cast.

Note that I had to remove weak_alias for isnanl,isinfl to compile
patched fpmacroc.c. Is this really needed? Original behavior (using
isnan for isnanl) seems problematic anyway.

e466854 2003-09-01 23:56:33 Eric Andersen

Greg Nutt writes:

Attached is a patch for a bug I found in libc/termios/ttyname.c.
Essentially the length of the buffer is calculated incorrectly in a
strncpy call and then the null terminator is placed on the byte after
the buffer.

This probably cause some very strange behavior on my system (it ended up
setting malloc's heapsize to zero) but may be innocuous on other systems.

8f15281 2003-09-01 18:47:09 Manuel Novoa III

Rework a few things.

5e70346 2003-09-01 18:45:44 Manuel Novoa III

Fix precision bug for %g conversion specifier when using %f style.

9a927b3 2003-08-31 15:51:54 Eric Andersen

Weed out duplicates before trying to load libraries.... Delayed
checking for duplicates and returning an alias if an existing lib
is already loaded is still correct for the dlopen case.

1e680ee 2003-08-31 04:16:43 Eric Andersen

Add a couple of things... And check that cvs commit diffs are
working again...

71c3144 2003-08-30 12:31:55 Manuel Novoa III

Some doc updates.

696ea92 2003-08-30 08:54:00 Eric Andersen

Remove comments about wordexp.

e71b7cc 2003-08-30 07:52:20 Eric Andersen

here is (I hope) a better way to handle this one. I regularly build
debug versions of uClibc with -O0, but libpthread/linuxthreads/spinlock.c
will not compile without at least -O1 optimization...

9c6f239 2003-08-29 02:16:53 Manuel Novoa III

Create a typedef for the ctype bitmask table entries.
Hack a fix for ctype support of 8-bit codeset locales.

Note: toupper/tolower mappings do not handle the special cases for the
tr_TR and az_AZ locales, since the wide versions currently handle them
either. That will be addressed when I rewrite the data generation tools
and the libc locale code.

e317054 2003-08-28 14:51:04 Miles Bader

(1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_DTOR__ isn't defined.
(2) Add a command-line option --uclibc-cc with the same functionality.

6c4f647 2003-08-27 22:17:07 Tobias Anderberg

Added cris to "define list".

393352a 2003-08-27 22:13:47 Tobias Anderberg

Cosmetic changes.

3928dcd 2003-08-27 22:07:01 Tobias Anderberg

Removed CRIS specific code.

3de3a4c 2003-08-27 22:04:27 Tobias Anderberg

Updated CRIS configuration files.

7f8820c 2003-08-27 21:59:23 Tobias Anderberg

Cosmetic changes.

cbd4ed6 2003-08-26 00:00:00 Manuel Novoa III

Add missing header.

bf499c9 2003-08-24 14:55:50 Eric Andersen

Reluctantly add wordexp()

f3679a2 2003-08-24 14:11:50 Eric Andersen

conditionally add wordexp, in this case ripped from glibc.
I hate to add this stuff, but it is specified by SuSv3...

5066081 2003-08-24 12:49:13 Manuel Novoa III

Fix a few bugs in the new extended locale functions.
Move stub gettext functions to a stub libintl to make switching in
gnu gettext easier. Also add a few gnu-isms.
Change to using hidden names with global weak aliases for the extended
locale functions, as expected by libstd++.
Slightly rework the locale data generation stuff to allow pregenerated
locale data to be used with buildroot.