• 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
229bd42 2001-02-03 09:25:44 Eric Andersen

Fix up the set of include files pulled into resolv.h

f91e94f 2001-02-03 09:25:14 Eric Andersen

I hereby commit a sin. features.h is now going to _lie_
and claim that this is GNU libc. Too many pieces of code
look for GNU libc version numbers. So uClibc is now going
to lie and claim it is GNU libc. This makes, for example,
networking apps work much better since /usr/include/linux/socket.h
does the wrong thing otherwise. There are lots of other examples.
-Erik

ec2e4b4 2001-01-31 01:00:13 Manuel Novoa III

Added some notes. Removed some dead code.

35ec500 2001-01-30 20:36:12 Manuel Novoa III

Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!
Modified stdio/Makefile to build printf.c according to Config values for
HAS_FLOATS and HAS_LONG_LONG.

10ac629 2001-01-30 10:44:38 Eric Andersen

Commit a pointless change to test more updates to the logging script.
-Erik

5eaf1cb 2001-01-30 09:21:56 Manuel Novoa III

Hide some unnecessary output. Check cvs logging script.

19d4daf 2001-01-30 00:51:44 David McCullough


The rules to build sysconf_$(TARGET_ARCH).c were broken when cross
compiling.

b83c05c 2001-01-30 00:24:57 David McCullough


uClinux 2.0 doesn't have the poll system call, just check for the
definition before using it.

84d08a9 2001-01-30 00:03:09 David McCullough


ptrace for m68k debugging.

e9e69bd 2001-01-30 00:02:05 David McCullough


uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC
stuff in crt0.S may not be quite right yet.

5a2610f 2001-01-29 23:58:05 David McCullough


Allow Config to override OPTIMIZATION flags.

25b20c5 2001-01-29 23:36:00 David McCullough


DIRS was not set in this makefile and could be inherited from the
environment.

086815d 2001-01-29 04:30:44 Manuel Novoa III

Reduced code size; fixed ANSI bug for day -- 5 not 05; mode days and mons const.

e2ee4a8 2001-01-29 04:28:46 Manuel Novoa III

Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) and
sizeof(long) equal. printf # flag now works for b (binary) specifier.

fdfb85c 2001-01-28 08:50:02 Manuel Novoa III

Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked
the *s*printf functions to no longer use a static fake file.

8b15b45 2001-01-28 03:51:26 Manuel Novoa III

Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).

cc07f23 2001-01-26 06:19:46 Manuel Novoa III

Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
objects with shared uClibc; allow disabling long long support.

c4685a5 2001-01-26 00:36:06 Eric Andersen

Don't trash regs r0-r2, fix thanks to Michiel Thuys <michiel.thuys@intersil.com>.

a267450 2001-01-25 06:36:21 Eric Andersen

This is a silly update to test my change to the script that emails folks
after doing a commit. I hope it works.
-Erik

10c4702 2001-01-25 06:01:46 Eric Andersen

This is a silly update to the makefile to test the new script
used when doing a cvs commit. I hope it works.
-Erik

82b8edd 2001-01-25 05:20:12 Manuel Novoa III

Fixed stderr initialization bug (mine).

2af5d78 2001-01-24 03:02:39 Eric Andersen

Oops. Should be LDFLAGS, not CFLAGS twice

c6464c0 2001-01-24 02:45:29 Eric Andersen

Always use system libc, to facilitate bootstrapping new architectures.
-Erik

dfca181 2001-01-20 09:53:19 Eric Andersen

Add in NATIVE_ARCH

0f6da0c 2001-01-20 09:46:25 Eric Andersen

Bring into line with proper sest suite behavior

844b89d 2001-01-20 09:45:14 Eric Andersen

Reworked all test suite makefiles (man did they need it).

Refactored testsuite.h so it behaves the way I want it to. As policy now,
all test apps are _supposed_ to use testsuite.h (not all have been converted
to do this yet). It is simple, clean, and works.
-Erik

66ebed3 2001-01-18 06:44:22 Manuel Novoa III

Hopefully fix the size/type errors when doing a shared lib.

867df8d 2001-01-18 02:42:06 Manuel Novoa III

Note about need to match _SC_ATEXIT_MAX. Minor macro name change.

8960c2a 2001-01-18 02:40:47 Manuel Novoa III

Fix static buffer used initialization for FIXED_BUFFERS > 2.

bb303ca 2001-01-18 02:39:51 Manuel Novoa III

Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c.