summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* re/speed.t: increase watchdog timeoutDavid Mitchell2015-09-061-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 failuresKarl Williamson2015-09-051-0/+3
|
* Fix a couple of pod issuesKarl Williamson2015-09-052-3/+2
|
* Fix broken link in pod for Hash::Util::FieldHashKarl Williamson2015-09-052-3/+2
|
* Merge commit for amigos branchRicardo Signes2015-09-0553-332/+4979
|\
| * amigaos4: README.amigaAndy Broad2015-09-051-177/+117
| | | | | | | | Complete rewrite since the old port was old.
| * amigaos4: install scriptsAndy Broad2015-09-052-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 testAndy Broad2015-09-051-1/+1
| |
| * amigaos4: customized Socket Socket.xsAndy Broad2015-09-052-0/+4
| |
| * amigaos4: customized Pod::Perldoc lib/Perldoc.pmAndy Broad2015-09-052-0/+4
| |
| * amigaos4: customized Compress-Raw-Zlib Zlib.xsAndy Broad2015-09-052-0/+4
| |
| * amigaos4: cpan/Socket: needs INET_ADDRSTRLENAndy Broad2015-09-051-0/+4
| | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106797
| * amigaos4: cpan/Pod-Perldoc: different pagingAndy Broad2015-09-051-1/+7
| | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106798
| * amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__Andy Broad2015-09-051-1/+1
| | | | | | | | Upstreamed: https://rt.cpan.org/Ticket/Display.html?id=106799
| * amigaos4: dist/threads: no thread signal blockingAndy Broad2015-09-051-7/+14
| |
| * amigaos4: dist/PathTools/lib/File/Spec: add AmigaOS.pmAndy Broad2015-09-053-1/+64
| |
| * amigaos4: dist/PathTools/Cwd: special env handlingAndy Broad2015-09-051-3/+14
| |
| * amigaos4: ext/POSIX: no fancy signalsAndy Broad2015-09-051-1/+9
| |
| * amigaos4: ext/POSIX: no mkfifoAndy Broad2015-09-051-1/+1
| |
| * amigaos4: translate $^X to unix styleAndy Broad2015-09-051-0/+8
| |
| * amigaos4: neither sched_yield nor pthread_yieldAndy Broad2015-09-051-0/+4
| | | | | | | | Emulate using sleep(0).
| * amigaos4: use afstat for fstatAndy Broad2015-09-051-1/+10
| |
| * amigaos4: random device nameAndy Broad2015-09-051-1/+5
| |
| * amigaos4: unlink of open/locked files will failAndy Broad2015-09-051-1/+29
| |
| * amigaos4: avoid my_pcloseAndy Broad2015-09-051-2/+5
| |
| * amigaos4: use my_popen from amigaos.cAndy Broad2015-09-051-2/+2
| |
| * amigaos4: avoid my_popen_listAndy Broad2015-09-051-1/+1
| |
| * amigaos4: needs inplace edit backup fileAndy Broad2015-09-051-1/+1
| | | | | | | | Use __amigaos4__ define instead of AMIGAOS.
| * amigaos4: setenv magic should work with __amigaos4__Andy Broad2015-09-051-2/+2
| | | | | | | | The code was protected with AMIGAOS which was AmigaOS 3.
| * amigaos4: no env in main()Andy Broad2015-09-051-1/+1
| |
| * amigaos4: unistd.h needs netinet/in.hAndy Broad2015-09-051-0/+5
| |
| * amigaos4: fork child handlingAndy Broad2015-09-051-1/+1
| |
| * amigaos4: use our own environ implementationAndy Broad2015-09-053-2/+23
| |
| * amigaos4: PERL_SYS_INIT_BODY and PERL_SYS_TERM_BODYAndy Broad2015-09-051-0/+10
| |
| * amigaos4: use amigaos glue for exec(), system(), waitpid()Andy Broad2015-09-052-4/+58
| |
| * amigaos4: save and restore stdio handles around execAndy Broad2015-09-051-0/+15
| |
| * amigaos4: clone differentlyAndy Broad2015-09-051-0/+6
| |
| * amigaos4: special post-exec trick neededAndy Broad2015-09-051-10/+1
| |
| * amigaos4: exec returns I32Andy Broad2015-09-054-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 implementedAndy Broad2015-09-051-0/+9
| |
| * amigaos4: WORD defined in exec/types.hAndy Broad2015-09-051-5/+4
| |
| * amigaos4: check that the errno indicates an errorAndy Broad2015-09-051-3/+8
| |
| * amigaos4: copy the amigaos glue files to the topAndy Broad2015-09-051-0/+4
| | | | | | | | Makes build process simpler.
| * amigaos4: add amigaos the glue codeAndy Broad2015-09-055-0/+1601
| | | | | | | | | | amigaos.c: pure amigaos code amigaio.c: bridge code between perl and amigaos
| * amigaos4: Makefile.SH workaround for shell bugAndy Broad2015-09-051-0/+26
| |
| * amigaos4: flock unimplementedAndy Broad2015-09-051-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 -ldlAndy Broad2015-09-051-0/+6
| | | | | | | | (but none of the other executables should be)
| * amigaos4: do not build Amiga extensions in Win32Andy Broad2015-09-051-1/+2
| | | | | | | | Really.
| * amigaos4: lib/.gitignore for the Amiga extensionsAndy Broad2015-09-054-1/+4
| |
| * amigaos4: Amiga extensions maintenanceAndy Broad2015-09-051-0/+2
| |