2001-08-31 |
Gurusamy Sarathy |
remove deprecated PERL_OBJECT cruft, it has long since... |
tree | commitdiff |
2001-08-27 |
Artur Bergman |
Changes USE_THREADS to USE_5005THREADS in the entire... |
tree | commitdiff |
2001-06-19 |
Doug MacEachern |
[patch] preserve @DynaLoader::dl_{librefs,modules} |
tree | commitdiff |
2001-06-13 |
Jarkko Hietaniemi |
New AIX dynaloading code from Jens-Uwe Mager. |
tree | commitdiff |
2001-06-12 |
Doug MacEachern |
ext/ + -Wall |
tree | commitdiff |
2001-06-12 |
Jarkko Hietaniemi |
gcc -Wall nits picked out by a non-UNIX system |
tree | commitdiff |
2001-03-28 |
Jarkko Hietaniemi |
Yet another tweak on AIX dynaloading. |
tree | commitdiff |
2001-03-24 |
Nick Ing-Simmons |
Integrate mainline. |
tree | commitdiff |
2001-03-23 |
Jarkko Hietaniemi |
Integrate change #9306 from maintperl into mainline, |
tree | commitdiff |
2001-03-19 |
Jarkko Hietaniemi |
Integrate changes #9244,9247,9250 from maintperl into... |
tree | commitdiff |
2001-03-14 |
Jarkko Hietaniemi |
Retract #9136: breaks threading (and binary compatibility). |
tree | commitdiff |
2001-03-13 |
Jens-Uwe Mager |
(Retracted by #9155) |
tree | commitdiff |
2001-03-10 |
Chris Nandor |
Portability fixes for Mac OS / bleadperl |
tree | commitdiff |
2001-01-24 |
Charles Bailey |
SYN SYN |
tree | commitdiff |
2001-01-20 |
Peter Prymmer |
minor typos in some dl_$foo.xs files |
tree | commitdiff |
2001-01-20 |
Peter Prymmer |
partial support for dynaloading on OS/390 |
tree | commitdiff |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
tree | commitdiff |
2000-11-22 |
H.Merijn Brand |
Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706... |
tree | commitdiff |
2000-11-07 |
Jarkko Hietaniemi |
Be more robust in Dynaloader.pm. |
tree | commitdiff |
2000-11-02 |
Andreas König |
Test::Harness revealed buglets in the new DynaLoader. |
tree | commitdiff |
2000-11-01 |
Jarkko Hietaniemi |
More tweaking on the #7522 theme. |
tree | commitdiff |
2000-11-01 |
Jarkko Hietaniemi |
Expand %Config variables and %ENV variables only if |
tree | commitdiff |
2000-10-22 |
Nicholas Clark |
PATCH $Config::Config{ldlibpthname} in ext/DynaLoader... |
tree | commitdiff |
2000-10-20 |
Charles Bailey |
SYN SYN |
tree | commitdiff |
2000-09-14 |
Robin Barker |
continued -Wformat support |
tree | commitdiff |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
tree | commitdiff |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6325..6373 into mainline |
tree | commitdiff |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6242..6249 into mainline |
tree | commitdiff |
2000-07-11 |
Hubert Feyrer |
[ID 20000705.002] problem with perl 5.6.0 on NetBSD... |
tree | commitdiff |
2000-06-27 |
Nicholas Clark |
[ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message... |
tree | commitdiff |
2000-05-28 |
Gurusamy Sarathy |
MacOS support, part 1 (from Matthias Neeracher |
tree | commitdiff |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
tree | commitdiff |
2000-04-27 |
Gurusamy Sarathy |
change#3569 deleted some essential code, revert; avoid... |
tree | commitdiff |
2000-04-25 |
Gurusamy Sarathy |
use ... |
tree | commitdiff |
2000-03-22 |
Gurusamy Sarathy |
typo in comment |
tree | commitdiff |
2000-03-22 |
Gurusamy Sarathy |
make unloading of extension shared objects (change... |
tree | commitdiff |
2000-03-06 |
Gurusamy Sarathy |
integrate cfgperl changes into mainline |
tree | commitdiff |
2000-03-05 |
Doug MacEachern |
Avoid wiping out @dl_{librefs,modules} when XSLoader |
tree | commitdiff |
2000-03-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
tree | commitdiff |
2000-03-01 |
Gurusamy Sarathy |
avoid DProf entering dl_unload_file() (from Alan Burlison) |
tree | commitdiff |
2000-03-01 |
Gurusamy Sarathy |
oops, change#5382 didn't really fix the typo |
tree | commitdiff |
2000-03-01 |
Gurusamy Sarathy |
avoid warning on type-mismatch |
tree | commitdiff |
2000-03-01 |
Gurusamy Sarathy |
fix bug in change#5381 |
tree | commitdiff |
2000-03-01 |
Gurusamy Sarathy |
unload extension shared objects when exiting, implemented |
tree | commitdiff |
2000-02-28 |
Jarkko Hietaniemi |
More AIX fixes from Steven Hirsch. |
tree | commitdiff |
2000-02-28 |
Jarkko Hietaniemi |
AIX 64-bit patches from Steven Hirsch <hirschs@btv... |
tree | commitdiff |
2000-02-28 |
Charles Bailey |
Support case-sensitive symbols usage in linker |
tree | commitdiff |
2000-02-26 |
Jarkko Hietaniemi |
Rhapsody/Darwin patches from Wilfredo Sanchez. |
tree | commitdiff |
2000-02-15 |
Gurusamy Sarathy |
add XS version of Sys::Hostname (from Greg Bacon |
tree | commitdiff |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
tree | commitdiff |
2000-01-06 |
Gurusamy Sarathy |
add workaround for dlopen() bug on OpenBSD (relative... |
tree | commitdiff |
2000-01-02 |
Gurusamy Sarathy |
usethreads build fixups for NeXTstep (as suggested... |
tree | commitdiff |
1999-12-28 |
Gurusamy Sarathy |
cygwin update from Eric Fifer <EFifer@sanwaint.com> |
tree | commitdiff |
1999-12-28 |
Gurusamy Sarathy |
pod edits from Paul Marquess and Mark-Jason Dominus |
tree | commitdiff |
1999-12-17 |
Gurusamy Sarathy |
DynaLoader doesn't build properly when $(DLSRC) changes |
tree | commitdiff |
1999-12-17 |
Gurusamy Sarathy |
avoid warnings due to symbols unintroduced by XSLoader... |
tree | commitdiff |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
tree | commitdiff |
1999-12-03 |
Gurusamy Sarathy |
add missing file |
tree | commitdiff |
1999-12-03 |
Ilya Zakharevich |
applied suggested patch; removed $VERSION = $VERSION... |
tree | commitdiff |
1999-11-13 |
Paul Moore |
DynaLoader_pm.PL patch (backslashes in strings) |
tree | commitdiff |
1999-11-02 |
Jarkko Hietaniemi |
Initial integration of the MacPerl changes form Matthias. |
tree | commitdiff |
1999-10-08 |
Jarkko Hietaniemi |
The second cut at AIX C++ extension troubles. |
tree | commitdiff |
1999-10-08 |
Stephanie Beals |
The first cut at fixing Perl extensions written in... |
tree | commitdiff |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
tree | commitdiff |
1999-09-29 |
Charles Bailey |
resync with mainline |
tree | commitdiff |
1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
tree | commitdiff |
1999-09-18 |
Nick Ing-Simmons |
Re-integrate mainline |
tree | commitdiff |
1999-09-17 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
tree | commitdiff |
1999-09-17 |
Gurusamy Sarathy |
integrate vmsperl contents into mainline (where VMS... |
tree | commitdiff |
1999-09-13 |
Jarkko Hietaniemi |
Small doc and whitespace edits. |
tree | commitdiff |
1999-09-13 |
Jarkko Hietaniemi |
Change #4136 edited DynaLoader.xs which is kind of... |
tree | commitdiff |
1999-09-13 |
Robin Barker |
Replace change #4100 with |
tree | commitdiff |
1999-09-07 |
Robin Barker |
Fix pointer casts. |
tree | commitdiff |
1999-08-23 |
Charles Bailey |
Update calls for new thread context handling |
tree | commitdiff |
1999-08-23 |
Charles Bailey |
Allow for file versions in library when looking for... |
tree | commitdiff |
1999-08-10 |
Dan Sugalski |
Patches needed to get _60 building with |
tree | commitdiff |
1999-08-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
tree | commitdiff |
1999-08-01 |
Gurusamy Sarathy |
rename cygwin32 to cygwin (from Eric Fifer <EFifer... |
tree | commitdiff |
1999-08-01 |
Gurusamy Sarathy |
move files around for s/cygwin32/cygwin/ renaming |
tree | commitdiff |
1999-07-23 |
Jarkko Hietaniemi |
Introduce $Config{ldlibpthname} which contains |
tree | commitdiff |
1999-07-14 |
Jarkko Hietaniemi |
Fixed AIX dynamic loading and AIX shared Perl library. |
tree | commitdiff |
1999-07-11 |
Jarkko Hietaniemi |
Manual synchronization with Sarathy (some files |
tree | commitdiff |
1999-07-06 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
tree | commitdiff |
1999-07-05 |
Jarkko Hietaniemi |
AIX threaded build, plus few more on the side. |
tree | commitdiff |
1999-07-04 |
Jarkko Hietaniemi |
Integrate with mainperl. |
tree | commitdiff |
1999-07-04 |
Jens-Uwe Mager |
make AIX dynaloading work when libperl is shared (and... |
tree | commitdiff |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
tree | commitdiff |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
tree | commitdiff |
1999-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
tree | commitdiff |
1999-05-17 |
Fifer, Eric |
additional cleanups for cygwin32 port |
tree | commitdiff |
1999-05-11 |
Gurusamy Sarathy |
various fixes for clean build and test on win32; config... |
tree | commitdiff |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
tree | commitdiff |
1999-03-15 |
Wilfredo Sánchez |
First pass of integrating the Rhapsody port, |
tree | commitdiff |
1999-02-24 |
Gurusamy Sarathy |
ansify perlio.c, fix PerlIO-ish typos |
tree | commitdiff |
1999-02-02 |
Jarkko Hietaniemi |
BeOS update (Mirror maint-5.005 change #2727). |
tree | commitdiff |
1998-12-14 |
Jonathan Roy |
nlist.h not yet Configure-probed but DynaLoader Linux... |
tree | commitdiff |
1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
tree | commitdiff |
1998-11-20 |
Mark Bixby |
MPE/iX Perl 5.005_02 oops |
tree | commitdiff |
1998-10-25 |
Jan Dubois |
Make _really_ sure Dynaloader.xs code is initialized... |
tree | commitdiff |
1998-10-15 |
Gurusamy Sarathy |
check in all confperl changes as of change#1964 into... |
tree | commitdiff |
next |