2006-02-05 |
Steve Peters |
Don't export PL_memory_debug_header to Win32 (and other... |
blob | commitdiff |
2006-01-24 |
Steve Hay |
SPRINTF_RETURNS_STRLEN isn't really a compile-time... |
blob | commitdiff | diff to current |
2006-01-04 |
Steve Hay |
Don't try to export PL_my_ctx_mutex and PL_my_cxt_... |
blob | commitdiff | diff to current |
2005-12-30 |
Rafael Garcia-Suarez |
Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined |
blob | commitdiff | diff to current |
2005-12-13 |
Steve Hay |
Don't try to export Perl_pad_sv when it isn't defined |
blob | commitdiff | diff to current |
2005-12-01 |
Rafael Garcia-Suarez |
Always define PL_memory_wrap, and use it for the new... |
blob | commitdiff | diff to current |
2005-11-23 |
Vadim Konovalov |
perlce touches |
blob | commitdiff | diff to current |
2005-11-16 |
Vadim Konovalov |
for wince |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Most platforms don't actually need PL_pidstatus, or... |
blob | commitdiff | diff to current |
2005-10-24 |
Nicholas Clark |
Add my_sprintf, which is usually just a macro for sprin... |
blob | commitdiff | diff to current |
2005-10-13 |
H.Merijn Brand |
PL_use_safe_putenv needs to be in the export lists |
blob | commitdiff | diff to current |
2005-07-22 |
Steve Hay |
Tidy up options / defines output from makedef.pl |
blob | commitdiff | diff to current |
2005-07-21 |
H.Merijn Brand |
I *DO* have AIX, and extending #25209 like this make... |
blob | commitdiff | diff to current |
2005-07-21 |
Steve Hay |
Make makedef.pl read "miniperl -V" on Win32 |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark |
First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-06-25 |
Nicholas Clark |
Need to skip exporting PL_dumper_fd unless it is used. |
blob | commitdiff | diff to current |
2005-06-17 |
Steve Hay |
Silence STDERR grumblings from Borland's math library. |
blob | commitdiff | diff to current |
2005-06-16 |
Steve Hay |
Don't export Perl_stashpv_hvname_match when !USE_ITHREADS |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
Change 24816 forgot to update makedef.pl |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-05-26 |
Steve Hay |
Fix some Win32 link errors |
blob | commitdiff | diff to current |
2005-05-09 |
Nicholas Clark |
Change 24413 should have updated makedef.pl with the... |
blob | commitdiff | diff to current |
2005-04-29 |
Steve Hay |
Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined |
blob | commitdiff | diff to current |
2005-04-28 |
Steve Hay |
Fix perlsio_binmode() export breakage caused by change... |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix last remaining Win32 linker error following change... |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix more Win32 linker errors following change 24271 |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix Win32 linker errors following change 24271 |
blob | commitdiff | diff to current |
2005-04-06 |
Steve Hay |
Don't try to export symbols that don't exist |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz |
Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2004-10-12 |
Vadim Konovalov |
enable statically linked extensions for Win32 |
blob | commitdiff | diff to current |
2004-05-24 |
Steve Hay |
win32_chsize is not exported on Win32 |
blob | commitdiff | diff to current |
2004-03-24 |
Nicholas Clark |
Export PL_memory_wrap based on PERL_MALLOC_WRAP rather... |
blob | commitdiff | diff to current |
2004-03-18 |
Rafael Garcia-Suarez |
Detypo. |
blob | commitdiff | diff to current |
2004-03-18 |
Rafael Garcia-Suarez |
Try to fix the AIX and Windows builds regarding the |
blob | commitdiff | diff to current |
2004-01-01 |
Ilya Zakharevich |
OS/2 update |
blob | commitdiff | diff to current |
2003-11-02 |
Ilya Zakharevich |
OS/2 build |
blob | commitdiff | diff to current |
2003-09-09 |
Adrian M. Enache |
Re: maint @ 21116 |
blob | commitdiff | diff to current |
2003-09-09 |
Jarkko Hietaniemi |
Retract #21132. |
blob | commitdiff | diff to current |
2003-09-09 |
Steve Hay |
Re: maint @ 21116 |
blob | commitdiff | diff to current |
2003-07-24 |
Steve Hay |
[possible PATCH?] Re: Where is PerlIO_isutf8()? |
blob | commitdiff | diff to current |
2003-07-24 |
Ilya Zakharevich |
malloc cleanup |
blob | commitdiff | diff to current |
2003-07-06 |
Gurusamy Sarathy |
yet another symbol missing in change#20018 |
blob | commitdiff | diff to current |
2003-07-06 |
Gurusamy Sarathy |
PerlIOBase_pushed seems to have gone missing in change... |
blob | commitdiff | diff to current |
2003-07-06 |
Jarkko Hietaniemi |
Forgotten from change #20031. |
blob | commitdiff | diff to current |
2003-07-05 |
Jarkko Hietaniemi |
Add PerlIOBuf_close to makedef.pl as pointed out by |
blob | commitdiff | diff to current |
2003-06-27 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2003-06-15 |
Ilya Zakharevich |
OS2 patches |
blob | commitdiff | diff to current |
2003-05-21 |
Nick Ing-Simmons |
Work-in-progress - do not integrate yet |
blob | commitdiff | diff to current |
2003-05-11 |
Gurusamy Sarathy |
fix Embed.t failure on windows: PERL_SYS_TERM() is... |
blob | commitdiff | diff to current |
2003-05-09 |
Jarkko Hietaniemi |
Add the PerlIOBase_noop_* to the public API as suggeste... |
blob | commitdiff | diff to current |
2003-04-01 |
Ilya Zakharevich |
Integrate: |
blob | commitdiff | diff to current |
2003-03-02 |
Abe Timmerman |
Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back... |
blob | commitdiff | diff to current |
2003-03-01 |
Abe Timmerman |
Get MSWin32 back compiling |
blob | commitdiff | diff to current |
2002-12-02 |
Jarkko Hietaniemi |
$0 mofifying part I |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-09-09 |
Abe Timmerman |
Re: Smoke 17849 MSWin32 (w2k/GCC) |
blob | commitdiff | diff to current |
2002-08-11 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2002-08-04 |
Hugo van der Sanden |
Change version from 5.8.0 to 5.9.0. |
blob | commitdiff | diff to current |
2002-07-18 |
Jarkko Hietaniemi |
Further OS/2 symbol tweaking. |
blob | commitdiff | diff to current |
2002-07-17 |
Jarkko Hietaniemi |
Reintroduce #17486, but this time with Sebastian Wittme... |
blob | commitdiff | diff to current |
2002-07-16 |
Gurusamy Sarathy |
integrate a variant of change#17568 from maint-5.6... |
blob | commitdiff | diff to current |
2002-07-15 |
Jarkko Hietaniemi |
Retract #17486: OS/2 didn't like it. |
blob | commitdiff | diff to current |
2002-07-11 |
Jarkko Hietaniemi |
(retracted by #17559, made things worse) |
blob | commitdiff | diff to current |
2002-06-20 |
Gurusamy Sarathy |
missing export for PerlIO_pop (used in PerlIO::Via... |
blob | commitdiff | diff to current |
2002-06-19 |
Nick Ing-Simmons |
"Clean" implementation of binmode(FH)/":raw" identity. |
blob | commitdiff | diff to current |
2002-05-31 |
Jarkko Hietaniemi |
NetWare update from Ananth Kesari. |
blob | commitdiff | diff to current |
2002-05-17 |
Nick Ing-Simmons |
Fix the crlf.t buffer leak |
blob | commitdiff | diff to current |
2002-05-13 |
Doug MacEachern |
export PerlIOBuf_get_base for win32 extension... |
blob | commitdiff | diff to current |
2002-05-08 |
Gurusamy Sarathy |
make the gettimeofday() implementation in Time::HiRes... |
blob | commitdiff | diff to current |
2002-05-08 |
Jarkko Hietaniemi |
Integrate #14679 from macperl; |
blob | commitdiff | diff to current |
2002-05-08 |
Gurusamy Sarathy |
perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't |
blob | commitdiff | diff to current |
2002-05-05 |
Vadim Konovalov |
Re: Cross-compiling as of WinCE |
blob | commitdiff | diff to current |
2002-05-03 |
Jarkko Hietaniemi |
NetWare updates from C Aditya. |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
perl_clone is a threads thing |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
More layer syms |
blob | commitdiff | diff to current |
2002-05-02 |
Nick Ing-Simmons |
Remove show-stoppers to non-PERLIO Win32 builds |
blob | commitdiff | diff to current |
2002-05-01 |
Nick Ing-Simmons |
Remove "spurious" (and unnecessary) variables from... |
blob | commitdiff | diff to current |
2002-05-01 |
Jarkko Hietaniemi |
No bincompat5005. |
blob | commitdiff | diff to current |
2002-04-30 |
Nick Ing-Simmons |
Attempt at sanity in PerlIO/makedef.pl world: |
blob | commitdiff | diff to current |
2002-04-30 |
Nick Ing-Simmons |
Integrate mailine makedef.pl so I can look at it |
blob | commitdiff | diff to current |
2002-04-30 |
Jarkko Hietaniemi |
Missing PerlIO symbols found by Richard Hatch in AIX. |
blob | commitdiff | diff to current |
2002-04-27 |
Nick Ing-Simmons |
Fix fd leak on Via(bogus). |
blob | commitdiff | diff to current |
2002-04-24 |
Jarkko Hietaniemi |
Integrate #16136, #16137, #16138 from macperl; |
blob | commitdiff | diff to current |
2002-04-22 |
Jarkko Hietaniemi |
NetWare changeover from Watcom to Codewarrior, from... |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
missed checkin of this file in change#16033 |
blob | commitdiff | diff to current |
2002-03-15 |
Jarkko Hietaniemi |
Monster _r patch: try to scan for all known _r variants, |
blob | commitdiff | diff to current |
2002-02-27 |
Jarkko Hietaniemi |
Avoid PL_OpPtr et al getting unnecessarily (when not... |
blob | commitdiff | diff to current |
2002-02-21 |
Ilya Zakharevich |
cosmetic OS/2 patches |
blob | commitdiff | diff to current |
2002-02-18 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-02-15 |
Ilya Zakharevich |
OS/2 tests and more |
blob | commitdiff | diff to current |
2002-02-10 |
Nick Ing-Simmons |
Move PerlIO_perlio to layer_syms where it belongs? |
blob | commitdiff | diff to current |
2002-02-10 |
Nick Ing-Simmons |
Borland/Win32 tuning |
blob | commitdiff | diff to current |
2002-02-10 |
H.Merijn Brand |
[ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current |
blob | commitdiff | diff to current |
2002-02-05 |
Jarkko Hietaniemi |
NetWare update from Ananth Kesari. |
blob | commitdiff | diff to current |
2002-01-12 |
Mattia Barbon |
export win32_async_check or Perl_despatch_signals |
blob | commitdiff | diff to current |
2001-12-22 |
Nick Ing-Simmons |
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff |
blob | commitdiff | diff to current |
2001-11-24 |
Jarkko Hietaniemi |
The debug_pag needs to be visible at all times |
blob | commitdiff | diff to current |
2001-11-21 |
Jarkko Hietaniemi |
debug_pad only visible when debugging. |
blob | commitdiff | diff to current |
next |