• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

RSS
Rev. 日時 作者
0b0aad6 2000-07-09 11:08:33 Eric Andersen

Forgot this file.
-Erik

8be74df 2000-07-07 09:31:19 Eric Andersen

A few updates.
-Erik

bf299c2 2000-07-07 04:23:26 Eric Andersen

More stuff I forgot to commit.
-Erik

ffb96c0 2000-07-07 04:22:49 Eric Andersen

Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
-Erik

afb85e9 2000-07-06 16:16:59 Eric Andersen

Rework all the string handling. Make const stuff be constified.
-Erik

6811c06 2000-07-06 15:37:55 Eric Andersen

Hacked things so longjmp now works.
-Erik

a67c627 2000-07-06 09:20:50 Eric Andersen

Lots and lots of cleanups.
-Erik

42ee079 2000-07-06 05:50:44 Eric Andersen

More header file cleanup.
-Erik

ca9bd30 2000-07-06 04:25:08 Eric Andersen

Many bugfixes, header cleanups, etc. Added abort and glob.
It is getting closer...
-Erik

9281d18 2000-07-06 04:23:36 Eric Andersen

Completely rearchitected the sysdeps directory.
-Erik

7756229 2000-06-30 05:47:11 Eric Andersen

Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.
test/Makefile used a hard coded absolute path (bad, bad, bad).
-Erik

7186f9a 2000-06-29 04:15:35 Eric Andersen

More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some header
cleanups.
-Erik

38b2064 2000-06-20 06:51:18 Eric Andersen

Add in a version number so apps can tell uclib is being used.
-Erik

1ff29ed 2000-06-16 03:01:08 Ron Alder

Implimented a simple allocation system that does not waste memory.
Added realloc. The allocation system was needed to support realloc.

bc5ac6b 2000-06-14 06:32:34 Ron Alder

Fixed the parameters to mmap in malloc.
malloc now works, but wastes alot of memory with the minimum
amount of memory used for each allocation being 4k.

fbd5e30 2000-05-17 11:45:14 Erik Andersen

More housecleaning.
-Erik

7b9cd2b 2000-05-17 11:16:00 Erik Andersen

More tests. Seems malloc isn't working...
-Erik

34074d2 2000-05-17 07:55:15 Erik Andersen

Some more makefile fixes.
-Erik

e029f68 2000-05-17 07:54:19 Erik Andersen

Add sysinfo support.
-Erik

70216ff 2000-05-17 01:47:25 Erik Andersen

Add in a test dir.
-Erik

9b7a1c1 2000-05-16 14:38:45 Erik Andersen

Add in the "_start" symbol in asm. Fix a makefile (that needs to be
abstracted I suppose for platforms (though I am doing fine w/o libcrt*)
and add function prototype for exit into stdlib.h (it was missing... odd).
Compiles vs uC-libc are less noisy now.
-Erik

d2d67c9 2000-05-16 07:10:56 Erik Andersen

Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
It now compiles....
-Erik

557676b 2000-05-14 15:36:48 Erik Andersen

Work in progress -- cleanups.
-Erik

c3a27f5 2000-05-14 15:07:31 Erik Andersen

Some makefile updates to make it behave a bit better/consistently.
-Erik

e9efa23 2000-05-14 13:19:43 Erik Andersen

Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>
to allow uC-libc to compile under x86.
-Erik

64bc641 2000-05-14 13:16:35 Erik Andersen

Initial revision