49b23c put everything back to one directory

Authored and Committed by nsz 12 years ago
59 files changed. 107 lines added. 227 lines removed.
Makefile.inc
file modified
+3 -4
src/env/Makefile
file removed
-1
src/general/Makefile
file added
+8
src/general/basename.csrc/misc/basename.c
file renamed
+0 -0
src/general/dirname.csrc/misc/dirname.c
file renamed
+0 -0
src/general/dlopen.csrc/ldso/dlopen.c
file renamed
+10 -0
src/general/dlopen_dso.csrc/ldso/dlopen_dso.c
file renamed
+0 -0
src/general/env.csrc/env/env.c
file renamed
+0 -0
src/general/fdopen.csrc/stdio/fdopen.c
file renamed
+1 -1
src/general/fnmatch.csrc/regex/fnmatch.c
file renamed
+0 -0
src/general/fscanf.csrc/stdio/fscanf.c
file renamed
+0 -0
src/general/mbc.csrc/multibyte/mbc.c
file renamed
+0 -0
src/general/memstream.csrc/stdio/memstream.c
file renamed
+0 -0
src/general/popen.csrc/stdio/popen.c
file renamed
+0 -0
src/general/pthread.csrc/thread/pthread.c
file renamed
+0 -0
src/general/qsort.csrc/stdlib/qsort.c
file renamed
+0 -0
src/general/sem.csrc/thread/sem.c
file renamed
+0 -0
src/general/snprintf.csrc/stdio/snprintf.c
file renamed
+0 -0
src/general/spawn.csrc/process/spawn.c
file renamed
+0 -0
src/general/sscanf.csrc/stdio/sscanf.c
file renamed
+0 -0
src/general/sscanf_long.csrc/stdio/sscanf_long.c
file renamed
+0 -0
src/general/string.csrc/string/string.c
file renamed
+0 -0
src/general/string_strchr.c
file added
+52
src/general/string_strcspn.c
file added
+33
src/general/strtod.csrc/stdlib/strtod.c
file renamed
+0 -0
src/general/strtod_long.csrc/stdlib/strtod_long.c
file renamed
+0 -0
src/general/strtod_simple.csrc/stdlib/strtod_simple.c
file renamed
+0 -0
src/general/strtof.csrc/stdlib/strtof.c
file renamed
+0 -0
src/general/strtol.csrc/stdlib/strtol.c
file renamed
+0 -0
src/general/strtold.csrc/stdlib/strtold.c
file renamed
+0 -0
src/general/swprintf.csrc/stdio/swprintf.c
file renamed
+0 -0
src/general/test.hsrc/env/test.h
file renamed
+0 -0
src/general/time.csrc/time/time.c
file renamed
+0 -0
src/general/tls_align.csrc/thread/tls_align.c
file renamed
+0 -0
src/general/tls_align_dlopen.csrc/thread/tls_align_dlopen.c
file renamed
+0 -0
src/general/tls_align_dso.csrc/thread/tls_align_dso.c
file renamed
+0 -0
src/general/tls_init.csrc/thread/tls_init.c
file renamed
+0 -0
src/general/ungetc.csrc/stdio/ungetc.c
file renamed
+0 -0
src/general/wcstol.csrc/stdlib/wcstol.c
file renamed
+0 -0
src/ldso/Makefile
file removed
-3
src/ldso/test.h
file removed
-20
src/misc/Makefile
file removed
-1
src/misc/test.h
file removed
-20
src/multibyte/Makefile
file removed
-1
src/multibyte/test.h
file removed
-20
src/process/Makefile
file removed
-1
src/process/test.h
file removed
-20
src/regex/Makefile
file removed
-1
src/regex/test.h
file removed
-20
src/stdio/Makefile
file removed
-1
src/stdio/test.h
file removed
-20
src/stdlib/Makefile
file removed
-3
src/stdlib/test.h
file removed
-20
src/string/Makefile
file removed
-1
src/string/test.h
file removed
-20
src/thread/Makefile
file removed
-8
src/thread/test.h
file removed
-20
src/time/Makefile
file removed
-1
src/time/test.h
file removed
-20
    put everything back to one directory
    
        
file modified
+3 -4
file removed
-1
src/general/basename.c src/misc/basename.c
file renamed
file was renamed with no change to the file
src/general/dirname.c src/misc/dirname.c
file renamed
file was renamed with no change to the file
src/general/dlopen.c src/ldso/dlopen.c
file renamed
src/general/dlopen_dso.c src/ldso/dlopen_dso.c
file renamed
file was renamed with no change to the file
src/general/env.c src/env/env.c
file renamed
file was renamed with no change to the file
src/general/fdopen.c src/stdio/fdopen.c
file renamed
+1 -1
src/general/fnmatch.c src/regex/fnmatch.c
file renamed
file was renamed with no change to the file
src/general/fscanf.c src/stdio/fscanf.c
file renamed
file was renamed with no change to the file
src/general/mbc.c src/multibyte/mbc.c
file renamed
file was renamed with no change to the file
src/general/memstream.c src/stdio/memstream.c
file renamed
file was renamed with no change to the file
src/general/popen.c src/stdio/popen.c
file renamed
file was renamed with no change to the file
src/general/pthread.c src/thread/pthread.c
file renamed
file was renamed with no change to the file
src/general/qsort.c src/stdlib/qsort.c
file renamed
file was renamed with no change to the file
src/general/sem.c src/thread/sem.c
file renamed
file was renamed with no change to the file
src/general/snprintf.c src/stdio/snprintf.c
file renamed
file was renamed with no change to the file
src/general/spawn.c src/process/spawn.c
file renamed
file was renamed with no change to the file
src/general/sscanf.c src/stdio/sscanf.c
file renamed
file was renamed with no change to the file
src/general/sscanf_long.c src/stdio/sscanf_long.c
file renamed
file was renamed with no change to the file
src/general/string.c src/string/string.c
file renamed
file was renamed with no change to the file
src/general/strtod.c src/stdlib/strtod.c
file renamed
file was renamed with no change to the file
src/general/strtod_long.c src/stdlib/strtod_long.c
file renamed
file was renamed with no change to the file
src/general/strtod_simple.c src/stdlib/strtod_simple.c
file renamed
file was renamed with no change to the file
src/general/strtof.c src/stdlib/strtof.c
file renamed
file was renamed with no change to the file
src/general/strtol.c src/stdlib/strtol.c
file renamed
file was renamed with no change to the file
src/general/strtold.c src/stdlib/strtold.c
file renamed
file was renamed with no change to the file
src/general/swprintf.c src/stdio/swprintf.c
file renamed
file was renamed with no change to the file
src/general/test.h src/env/test.h
file renamed
file was renamed with no change to the file
src/general/time.c src/time/time.c
file renamed
file was renamed with no change to the file
src/general/tls_align.c src/thread/tls_align.c
file renamed
file was renamed with no change to the file
src/general/tls_align_dlopen.c src/thread/tls_align_dlopen.c
file renamed
file was renamed with no change to the file
src/general/tls_align_dso.c src/thread/tls_align_dso.c
file renamed
file was renamed with no change to the file
src/general/tls_init.c src/thread/tls_init.c
file renamed
file was renamed with no change to the file
src/general/ungetc.c src/stdio/ungetc.c
file renamed
file was renamed with no change to the file
src/general/wcstol.c src/stdlib/wcstol.c
file renamed
file was renamed with no change to the file
file removed
-3
file removed
-20
file removed
-1
file removed
-20
file removed
-1
file removed
-20
file removed
-1
file removed
-20
file removed
-1
file removed
-20
file removed
-1
file removed
-20
file removed
-3
file removed
-20
file removed
-1
file removed
-20
file removed
-8
file removed
-20
file removed
-1
file removed
-20