Skip to content

Commit 5f484a5

Browse files
committed
restructured source file tree as per general standards here
1 parent 45a532c commit 5f484a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+9
-6
lines changed

Go!

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
dir <Obey$dir>
1+
dir <Obey$dir>.src
22
make
3-
echo ------- finished
3+
echo ------- finished
4+

m_lpeg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
dir <Obey$dir>
1+
dir <Obey$dir>.src
22
echo "-->"
33
gcc -std=gnu99 -fPIC -O2 -Wall -Wextra -Wl,-E -shared -mfpu=vfp -o so/lpeg lpcap.c lpcode.c lpprint.c lptree.c lpvm.c
4-
echo "Finished making lpeg"
4+
echo "Finished making lpeg"
5+

m_riscos

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
dir <Obey$dir>
1+
dir <Obey$dir>.src
22
echo "-->"
33
gcc -std=gnu99 -fPIC -O2 -Wall -Wextra -Wl,-E -shared -mfpu=vfp -DRISCOS -o so/riscos sys.s riscoslib.c
4-
echo "Finished making riscos"
4+
echo "Finished making riscos"
5+

Makefile renamed to src/Makefile

File renamed without changes.

c/lapi renamed to src/c/lapi

File renamed without changes.

c/lauxlib renamed to src/c/lauxlib

File renamed without changes.
File renamed without changes.

c/lcode renamed to src/c/lcode

File renamed without changes.
File renamed without changes.

c/lctype renamed to src/c/lctype

File renamed without changes.

c/ldblib renamed to src/c/ldblib

File renamed without changes.

c/ldebug renamed to src/c/ldebug

File renamed without changes.

c/ldo renamed to src/c/ldo

File renamed without changes.

c/ldump renamed to src/c/ldump

File renamed without changes.

c/lfunc renamed to src/c/lfunc

File renamed without changes.

c/lgc renamed to src/c/lgc

File renamed without changes.

c/linit renamed to src/c/linit

File renamed without changes.

c/liolib renamed to src/c/liolib

File renamed without changes.

c/llex renamed to src/c/llex

File renamed without changes.
File renamed without changes.

c/lmem renamed to src/c/lmem

File renamed without changes.

c/loadlib renamed to src/c/loadlib

File renamed without changes.

c/lobject renamed to src/c/lobject

File renamed without changes.
File renamed without changes.

c/loslib renamed to src/c/loslib

File renamed without changes.

c/lparser renamed to src/c/lparser

File renamed without changes.

c/lpcap renamed to src/c/lpcap

File renamed without changes.

c/lpcode renamed to src/c/lpcode

File renamed without changes.

c/lpprint renamed to src/c/lpprint

File renamed without changes.

c/lptree renamed to src/c/lptree

File renamed without changes.

c/lpvm renamed to src/c/lpvm

File renamed without changes.

c/lstate renamed to src/c/lstate

File renamed without changes.

c/lstring renamed to src/c/lstring

File renamed without changes.

c/lstrlib renamed to src/c/lstrlib

File renamed without changes.

c/ltable renamed to src/c/ltable

File renamed without changes.

c/ltablib renamed to src/c/ltablib

File renamed without changes.

c/ltm renamed to src/c/ltm

File renamed without changes.

c/lua renamed to src/c/lua

File renamed without changes.

c/luac renamed to src/c/luac

File renamed without changes.

c/lundump renamed to src/c/lundump

File renamed without changes.
File renamed without changes.

c/lvm renamed to src/c/lvm

File renamed without changes.

c/lzio renamed to src/c/lzio

File renamed without changes.
File renamed without changes.

h/lapi renamed to src/h/lapi

File renamed without changes.

h/lauxlib renamed to src/h/lauxlib

File renamed without changes.

h/lcode renamed to src/h/lcode

File renamed without changes.

h/lctype renamed to src/h/lctype

File renamed without changes.

h/ldebug renamed to src/h/ldebug

File renamed without changes.

h/ldo renamed to src/h/ldo

File renamed without changes.

h/lfunc renamed to src/h/lfunc

File renamed without changes.

h/lgc renamed to src/h/lgc

File renamed without changes.
File renamed without changes.

h/llex renamed to src/h/llex

File renamed without changes.

h/llimits renamed to src/h/llimits

File renamed without changes.

h/lmem renamed to src/h/lmem

File renamed without changes.

h/lobject renamed to src/h/lobject

File renamed without changes.
File renamed without changes.
File renamed without changes.

h/lparser renamed to src/h/lparser

File renamed without changes.

h/lpcap renamed to src/h/lpcap

File renamed without changes.

h/lpcode renamed to src/h/lpcode

File renamed without changes.

h/lpprint renamed to src/h/lpprint

File renamed without changes.

h/lprefix renamed to src/h/lprefix

File renamed without changes.

h/lptree renamed to src/h/lptree

File renamed without changes.

h/lptypes renamed to src/h/lptypes

File renamed without changes.

h/lpvm renamed to src/h/lpvm

File renamed without changes.

h/lstate renamed to src/h/lstate

File renamed without changes.

h/lstring renamed to src/h/lstring

File renamed without changes.

h/ltable renamed to src/h/ltable

File renamed without changes.

h/ltm renamed to src/h/ltm

File renamed without changes.

h/lua renamed to src/h/lua

File renamed without changes.

h/luaconf renamed to src/h/luaconf

File renamed without changes.

h/lualib renamed to src/h/lualib

File renamed without changes.

h/lundump renamed to src/h/lundump

File renamed without changes.

h/lvm renamed to src/h/lvm

File renamed without changes.

h/lzio renamed to src/h/lzio

File renamed without changes.

h/risclua renamed to src/h/risclua

File renamed without changes.

h/sys renamed to src/h/sys

File renamed without changes.

s/sys renamed to src/s/sys

File renamed without changes.

0 commit comments

Comments
 (0)