Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re/speed.t: increase watchdog timeout | David Mitchell | 2015-09-06 | 1 | -2/+2 |
| | | | | | | 49bc8c204e5 added more tests to this file, increasing its execution time threefold under ASAN. Increase the watchdog timeout proportionally, to stop occasional smoke failures. | ||||
* | Regenerated podcheck db: AmigaOS pedantic failures | Karl Williamson | 2015-09-05 | 1 | -0/+3 |
| | |||||
* | Fix a couple of pod issues | Karl Williamson | 2015-09-05 | 2 | -3/+2 |
| | |||||
* | Fix broken link in pod for Hash::Util::FieldHash | Karl Williamson | 2015-09-05 | 2 | -3/+2 |
| | |||||
* | Merge commit for amigos branch | Ricardo Signes | 2015-09-05 | 53 | -332/+4979 |
|\ | |||||
| * | amigaos4: README.amiga | Andy Broad | 2015-09-05 | 1 | -177/+117 |
| | | | | | | | | Complete rewrite since the old port was old. | ||||
| * | amigaos4: install scripts | Andy Broad | 2015-09-05 | 2 | -16/+85 |
| | | | | | | | | | | | | - needs different mode for shared objects (libraries) - needs running the os-specific utility - no hard links but symlinks | ||||
| * | amigaos4: no FD_CLOEXEC, no test | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | amigaos4: customized Socket Socket.xs | Andy Broad | 2015-09-05 | 2 | -0/+4 |
| | | |||||
| * | amigaos4: customized Pod::Perldoc lib/Perldoc.pm | Andy Broad | 2015-09-05 | 2 | -0/+4 |
| | | |||||
| * | amigaos4: customized Compress-Raw-Zlib Zlib.xs | Andy Broad | 2015-09-05 | 2 | -0/+4 |
| | | |||||
| * | amigaos4: cpan/Socket: needs INET_ADDRSTRLEN | Andy Broad | 2015-09-05 | 1 | -0/+4 |
| | | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106797 | ||||
| * | amigaos4: cpan/Pod-Perldoc: different paging | Andy Broad | 2015-09-05 | 1 | -1/+7 |
| | | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106798 | ||||
| * | amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__ | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106799 | ||||
| * | amigaos4: dist/threads: no thread signal blocking | Andy Broad | 2015-09-05 | 1 | -7/+14 |
| | | |||||
| * | amigaos4: dist/PathTools/lib/File/Spec: add AmigaOS.pm | Andy Broad | 2015-09-05 | 3 | -1/+64 |
| | | |||||
| * | amigaos4: dist/PathTools/Cwd: special env handling | Andy Broad | 2015-09-05 | 1 | -3/+14 |
| | | |||||
| * | amigaos4: ext/POSIX: no fancy signals | Andy Broad | 2015-09-05 | 1 | -1/+9 |
| | | |||||
| * | amigaos4: ext/POSIX: no mkfifo | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | amigaos4: translate $^X to unix style | Andy Broad | 2015-09-05 | 1 | -0/+8 |
| | | |||||
| * | amigaos4: neither sched_yield nor pthread_yield | Andy Broad | 2015-09-05 | 1 | -0/+4 |
| | | | | | | | | Emulate using sleep(0). | ||||
| * | amigaos4: use afstat for fstat | Andy Broad | 2015-09-05 | 1 | -1/+10 |
| | | |||||
| * | amigaos4: random device name | Andy Broad | 2015-09-05 | 1 | -1/+5 |
| | | |||||
| * | amigaos4: unlink of open/locked files will fail | Andy Broad | 2015-09-05 | 1 | -1/+29 |
| | | |||||
| * | amigaos4: avoid my_pclose | Andy Broad | 2015-09-05 | 1 | -2/+5 |
| | | |||||
| * | amigaos4: use my_popen from amigaos.c | Andy Broad | 2015-09-05 | 1 | -2/+2 |
| | | |||||
| * | amigaos4: avoid my_popen_list | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | amigaos4: needs inplace edit backup file | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | | | | | | | Use __amigaos4__ define instead of AMIGAOS. | ||||
| * | amigaos4: setenv magic should work with __amigaos4__ | Andy Broad | 2015-09-05 | 1 | -2/+2 |
| | | | | | | | | The code was protected with AMIGAOS which was AmigaOS 3. | ||||
| * | amigaos4: no env in main() | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | amigaos4: unistd.h needs netinet/in.h | Andy Broad | 2015-09-05 | 1 | -0/+5 |
| | | |||||
| * | amigaos4: fork child handling | Andy Broad | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | amigaos4: use our own environ implementation | Andy Broad | 2015-09-05 | 3 | -2/+23 |
| | | |||||
| * | amigaos4: PERL_SYS_INIT_BODY and PERL_SYS_TERM_BODY | Andy Broad | 2015-09-05 | 1 | -0/+10 |
| | | |||||
| * | amigaos4: use amigaos glue for exec(), system(), waitpid() | Andy Broad | 2015-09-05 | 2 | -4/+58 |
| | | |||||
| * | amigaos4: save and restore stdio handles around exec | Andy Broad | 2015-09-05 | 1 | -0/+15 |
| | | |||||
| * | amigaos4: clone differently | Andy Broad | 2015-09-05 | 1 | -0/+6 |
| | | |||||
| * | amigaos4: special post-exec trick needed | Andy Broad | 2015-09-05 | 1 | -10/+1 |
| | | |||||
| * | amigaos4: exec returns I32 | Andy Broad | 2015-09-05 | 4 | -23/+65 |
| | | | | | | | | | | Unlike UNIXish fork-exec, in amigaos forking is more like starting a thread, the return code is more than a boolean. | ||||
| * | amigaos4: FD_CLOEXEC is defined but not implemented | Andy Broad | 2015-09-05 | 1 | -0/+9 |
| | | |||||
| * | amigaos4: WORD defined in exec/types.h | Andy Broad | 2015-09-05 | 1 | -5/+4 |
| | | |||||
| * | amigaos4: check that the errno indicates an error | Andy Broad | 2015-09-05 | 1 | -3/+8 |
| | | |||||
| * | amigaos4: copy the amigaos glue files to the top | Andy Broad | 2015-09-05 | 1 | -0/+4 |
| | | | | | | | | Makes build process simpler. | ||||
| * | amigaos4: add amigaos the glue code | Andy Broad | 2015-09-05 | 5 | -0/+1601 |
| | | | | | | | | | | amigaos.c: pure amigaos code amigaio.c: bridge code between perl and amigaos | ||||
| * | amigaos4: Makefile.SH workaround for shell bug | Andy Broad | 2015-09-05 | 1 | -0/+26 |
| | | |||||
| * | amigaos4: flock unimplemented | Andy Broad | 2015-09-05 | 1 | -1/+3 |
| | | | | | | | | | | | | The semantics of locking are very different: first you lock, then you open. (And for semaphore-like uses of files, you use ... semaphores.) | ||||
| * | amigaos4: the Perl executable needs to be linked with -ldl | Andy Broad | 2015-09-05 | 1 | -0/+6 |
| | | | | | | | | (but none of the other executables should be) | ||||
| * | amigaos4: do not build Amiga extensions in Win32 | Andy Broad | 2015-09-05 | 1 | -1/+2 |
| | | | | | | | | Really. | ||||
| * | amigaos4: lib/.gitignore for the Amiga extensions | Andy Broad | 2015-09-05 | 4 | -1/+4 |
| | | |||||
| * | amigaos4: Amiga extensions maintenance | Andy Broad | 2015-09-05 | 1 | -0/+2 |
| | |