437b5e lua-posix-33.3.1 base

Merged and Committed by Packit 3 years ago
187 files changed. 107746 lines added. 0 lines removed.
.autom4te.cfg
file added
+4
.travis.yml
file added
+153
AUTHORS
file added
+18
COPYING
file added
+19
ChangeLog
file added
+4352
GNUmakefile
file added
+82
INSTALL
file added
+370
Makefile.am
file added
+109
Makefile.in
file added
+2113
NEWS
file added
+658
README
file added
+96
aclocal.m4
file added
+1225
bootstrap
file added
+5796
bootstrap.conf
file added
+134
build-aux/ar-lib
file added
+270
build-aux/compile
file added
+347
build-aux/config.guess
file added
+1421
build-aux/config.ld.in
file added
+64
build-aux/config.sub
file added
+1807
build-aux/depcomp
file added
+791
build-aux/gitlog-to-changelog
file added
+432
build-aux/install-sh
file added
+501
build-aux/ltmain.sh
file added
+11147
build-aux/missing
file added
+215
build-aux/mkrockspecs
file added
+463
build-aux/release.mk
file added
+393
build-aux/rockspecs.mk
file added
+116
build-aux/sanity-cfg.mk
file added
+10
build-aux/sanity.mk
file added
+1114
build-aux/specl.mk
file added
+71
config.h.in
file added
+254
configure
file added
+17501
configure.ac
file added
+205
doc/classes/posix.curses.chstr.html
file added
+381
doc/classes/posix.curses.window.html
file added
+3713
doc/examples/curses.lua.html
file added
+160
doc/examples/dir.lua.html
file added
+120
doc/examples/fork.lua.html
file added
+130
doc/examples/fork2.lua.html
file added
+130
doc/examples/getopt.lua.html
file added
+136
doc/examples/glob.lua.html
file added
+115
doc/examples/limit.lua.html
file added
+130
doc/examples/lock.lua.html
file added
+131
doc/examples/netlink-uevent.lua.html
file added
+128
doc/examples/ping.lua.html
file added
+141
doc/examples/poll.lua.html
file added
+134
doc/examples/signal.lua.html
file added
+172
doc/examples/socket.lua.html
file added
+155
doc/examples/termios.lua.html
file added
+177
doc/examples/tree.lua.html
file added
+166
doc/index.html
file added
+312
doc/ldoc.css
file added
+307
doc/modules/posix.ctype.html
file added
+201
doc/modules/posix.curses.html
file added
+2935
doc/modules/posix.dirent.html
file added
+198
doc/modules/posix.errno.html
file added
+536
doc/modules/posix.fcntl.html
file added
+530
doc/modules/posix.fnmatch.html
file added
+243
doc/modules/posix.getopt.html
file added
+196
doc/modules/posix.glob.html
file added
+167
doc/modules/posix.grp.html
file added
+322
doc/modules/posix.html
file added
+846
doc/modules/posix.libgen.html
file added
+199
doc/modules/posix.poll.html
file added
+249
doc/modules/posix.pwd.html
file added
+330
doc/modules/posix.sched.html
file added
+292
doc/modules/posix.signal.html
file added
+488
doc/modules/posix.stdio.html
file added
+320
doc/modules/posix.stdlib.html
file added
+588
doc/modules/posix.sys.msg.html
file added
+372
doc/modules/posix.sys.resource.html
file added
+359
doc/modules/posix.sys.socket.html
file added
+1335
doc/modules/posix.sys.stat.html
file added
+833
doc/modules/posix.sys.statvfs.html
file added
+292
doc/modules/posix.sys.time.html
file added
+200
doc/modules/posix.sys.times.html
file added
+216
doc/modules/posix.sys.utsname.html
file added
+219
doc/modules/posix.sys.wait.html
file added
+239
doc/modules/posix.syslog.html
file added
+477
doc/modules/posix.termio.html
file added
+551
doc/modules/posix.time.html
file added
+599
doc/modules/posix.unistd.html
file added
+1934
doc/modules/posix.utime.html
file added
+187
examples/dir.lua
file added
+10
examples/fork.lua
file added
+20
examples/fork2.lua
file added
+20
examples/getopt.lua
file added
+26
examples/glob.lua
file added
+5
examples/limit.lua
file added
+20
examples/lock.lua
file added
+21
examples/netlink-uevent.lua
file added
+18
examples/ping.lua
file added
+31
examples/poll.lua
file added
+24
examples/signal.lua
file added
+62
examples/socket.lua
file added
+45
examples/termios.lua
file added
+67
examples/tree.lua
file added
+56
ext/include/_helpers.c
file added
+427
ext/include/compat-5.2.c
file added
+682
ext/include/compat-5.2.h
file added
+168
ext/include/strlcpy.c
file added
+78
ext/posix/ctype.c
file added
+80
ext/posix/curses.c
file added
+1564
ext/posix/curses/chstr.c
file added
+306
ext/posix/curses/window.c
file added
+1942
ext/posix/dirent.c
file added
+140
ext/posix/errno.c
file added
+397
ext/posix/fcntl.c
file added
+298
ext/posix/fnmatch.c
file added
+95
ext/posix/getopt.c
file added
+177
ext/posix/glob.c
file added
+75
ext/posix/grp.c
file added
+180
ext/posix/libgen.c
file added
+97
ext/posix/poll.c
file added
+300
ext/posix/posix.c
file added
+42
ext/posix/pwd.c
file added
+176
ext/posix/sched.c
file added
+136
ext/posix/signal.c
file added
+441
ext/posix/stdio.c
file added
+153
ext/posix/stdlib.c
file added
+330
ext/posix/sys/msg.c
file added
+208
ext/posix/sys/resource.c
file added
+171
ext/posix/sys/socket.c
file added
+978
ext/posix/sys/stat.c
file added
+382
ext/posix/sys/statvfs.c
file added
+131
ext/posix/sys/time.c
file added
+81
ext/posix/sys/times.c
file added
+96
ext/posix/sys/utsname.c
file added
+88
ext/posix/sys/wait.c
file added
+111
ext/posix/syslog.c
file added
+223
ext/posix/termio.c
file added
+610
ext/posix/time.c
file added
+361
ext/posix/unistd.c
file added
+1157
ext/posix/utime.c
file added
+66
lib/curses.lua
file added
+59
lib/posix.lua.in
file added
+496
lib/posix/_argcheck.lua
file added
+117
lib/posix/compat.lua
file added
+447
lib/posix/deprecated.lua
file added
+1194
lib/posix/init.lua
file added
+496
lib/posix/sys.lua
file added
+14
lib/posix/util.lua
file added
+10
local.mk
file added
+318
luaposix-33.3.1-1.rockspec
file added
+23
m4/00gnulib.m4
file added
+46
m4/ax_lua.m4
file added
+664
m4/ax_with_curses.m4
file added
+518
m4/gnulib-common.m4
file added
+449
m4/gnulib-comp.m4
file added
+200
m4/libtool.m4
file added
+8369
m4/ltoptions.m4
file added
+437
m4/ltsugar.m4
file added
+124
m4/ltversion.m4
file added
+23
m4/lt~obsolete.m4
file added
+99
m4/manywarnings.m4
file added
+245
m4/onceonly.m4
file added
+104
m4/warnings.m4
file added
+79
rockspec.conf
file added
+17
specs/curses_spec.yaml
file added
+3
specs/lposix_spec.yaml
file added
+34
specs/posix_compat_spec.yaml
file added
+949
specs/posix_ctype_spec.yaml
file added
+31
specs/posix_deprecated_spec.yaml
file added
+262
specs/posix_dirent_spec.yaml
file added
+61
specs/posix_fcntl_spec.yaml
file added
+47
specs/posix_fnmatch_spec.yaml
file added
+29
specs/posix_grp_spec.yaml
file added
+92
specs/posix_pwd_spec.yaml
file added
+94
specs/posix_signal_spec.yaml
file added
+23
specs/posix_spec.yaml
file added
+797
specs/posix_stdio_spec.yaml
file added
+21
specs/posix_stdlib_spec.yaml
file added
+152
specs/posix_sys_msg_spec.yaml
file added
+45
specs/posix_sys_resource_spec.yaml
file added
+74
specs/posix_sys_socket_spec.yaml
file added
+383
specs/posix_sys_stat_spec.yaml
file added
+310
specs/posix_sys_statvfs_spec.yaml
file added
+35
specs/posix_sys_time_spec.yaml
file added
+19
specs/posix_sys_times_spec.yaml
file added
+27
specs/posix_sys_utsname_spec.yaml
file added
+26
specs/posix_syslog_spec.yaml
file added
+41
specs/posix_time_spec.yaml
file added
+210
specs/posix_unistd_spec.yaml
file added
+198
specs/posix_version_spec.yaml
file added
+5
specs/spec_helper.lua
file added
+125
specs/specs.mk
file added
+41
travis.yml.in
file added
+150
    lua-posix-33.3.1 base
    
        
file added
+4
file added
+153
file added
+18
file added
+19
file added
+4352
file added
+82
file added
+370
file added
+109
file added
+2113
file added
+658
file added
+96
file added
+1225
file added
+5796
file added
+134
file added
+270
file added
+347
file added
+1421
file added
+1807
file added
+791
file added
+501
file added
+11147
file added
+215
file added
+463
file added
+393
file added
+116
file added
+1114
file added
+71
file added
+254
file added
+17501
file added
+205
file added
+312
file added
+307
file added
+846
file added
+10
file added
+20
file added
+20
file added
+26
file added
+5
file added
+20
file added
+21
file added
+31
file added
+24
file added
+62
file added
+45
file added
+67
file added
+56
file added
+427
file added
+80
file added
+1564
file added
+140
file added
+397
file added
+298
file added
+95
file added
+177
file added
+75
file added
+180
file added
+97
file added
+300
file added
+42
file added
+176
file added
+136
file added
+441
file added
+153
file added
+330
file added
+208
file added
+978
file added
+382
file added
+81
file added
+111
file added
+223
file added
+610
file added
+361
file added
+1157
file added
+66
file added
+59
file added
+496
file added
+447
file added
+496
file added
+14
file added
+10
file added
+318
file added
+46
file added
+664
file added
+518
file added
+449
file added
+200
file added
+8369
file added
+437
file added
+124
file added
+23
file added
+99
file added
+245
file added
+104
file added
+79
file added
+17
file added
+797
file added
+125
file added
+41
file added
+150