This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
report uninit variable name even in optimized cases
2016-03-14
Andy Broad
amigaos4: avoid PerlIO_findFILE() in popen/plcose
commit
|
commitdiff
|
tree
2016-03-12
Andy Broad
amigaos4: better popen() + pclose() implementation
commit
|
commitdiff
|
tree
2016-03-05
Andy Broad
amigaos4: execvp() and popen() enhancements
commit
|
commitdiff
|
tree
2016-03-03
Andy Broad
amigaos4: use CONSOLE:, not VMS sys$command
commit
|
commitdiff
|
tree
2016-03-03
Andy Broad
amigaos4: clean up older style / deprecated AmigaOS...
commit
|
commitdiff
|
tree
2015-12-16
Andy Broad
amigaos4: cpan/Pod-Perldoc: add pager preferences
commit
|
commitdiff
|
tree
2015-12-16
Andy Broad
amigaos4: use the AmigaOS pager
commit
|
commitdiff
|
tree
2015-12-05
Andy Broad
amigaos4: use raise() instead of kill() on ourselves
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: whitespace only
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: use #ifdef/ifndef __amigaos4__ when feasible
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: declare the amigaos protos in amigaos.h
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: better kill() implementation
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: implement flock() emulation
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: move the amigaos exec code under amigaos4
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: AmigaOS extensions need no ppport.h since...
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: minimized config.sh
commit
|
commitdiff
|
tree
2015-09-16
Andy Broad
amigaos4: Configure: syslog extension not feasible
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: README.amiga
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: install scripts
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: no FD_CLOEXEC, no test
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: customized Socket Socket.xs
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: customized Pod::Perldoc lib/Perldoc.pm
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: customized Compress-Raw-Zlib Zlib.xs
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: cpan/Socket: needs INET_ADDRSTRLEN
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: cpan/Pod-Perldoc: different paging
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: dist/threads: no thread signal blocking
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: dist/PathTools/lib/File/Spec: add AmigaOS.pm
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: dist/PathTools/Cwd: special env handling
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: ext/POSIX: no fancy signals
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: ext/POSIX: no mkfifo
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: translate $^X to unix style
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: neither sched_yield nor pthread_yield
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: use afstat for fstat
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: random device name
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: unlink of open/locked files will fail
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: avoid my_pclose
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: use my_popen from amigaos.c
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: avoid my_popen_list
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: needs inplace edit backup file
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: setenv magic should work with __amigaos4__
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: no env in main()
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: unistd.h needs netinet/in.h
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: fork child handling
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: use our own environ implementation
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: PERL_SYS_INIT_BODY and PERL_SYS_TERM_BODY
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: use amigaos glue for exec(), system(), waitpid()
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: save and restore stdio handles around exec
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: clone differently
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: special post-exec trick needed
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: exec returns I32
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: FD_CLOEXEC is defined but not implemented
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: WORD defined in exec/types.h
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: check that the errno indicates an error
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: copy the amigaos glue files to the top
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: add amigaos the glue code
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Makefile.SH workaround for shell bug
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: flock unimplemented
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: the Perl executable needs to be linked with...
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: do not build Amiga extensions in Win32
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: lib/.gitignore for the Amiga extensions
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Amiga extensions maintenance
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: ppport.h for the AmigaOS extensions
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: detect the Amiga extensions
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: add Amiga::ARexx and Amiga::Exec
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: there is no /dev/tty but there is CONSOLE:
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: config.sh, and new hints using the config
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: allow hinting sig_num_init
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: allow hinting d_procselfexe
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: this test needs also alarm()
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: -fstack-protector* compiles but...
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure; abc/pdksh bug workaround, hardwire...
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure; the abc/pdksh shell evaluates...
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: the multiview is a good amigaos...
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: tr extra sanity check
commit
|
commitdiff
|
tree
2015-09-05
Andy Broad
amigaos4: Configure: /dev/null works, but test -c doesn't
commit
|
commitdiff
|
tree
2015-08-27
Andy Broad
The #ifdef NV_MIN_EXP straddled the if () braces.
commit
|
commitdiff
|
tree