2001-02-08 |
Charles Bailey |
SYN SYN |
blob | commitdiff |
2001-02-04 |
Nicholas Clark |
[ID 20010203.006] perlio.c is mis-reporting argument |
blob | commitdiff |
2001-01-24 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-21 |
Nick Ing-Simmons |
Make "real" layers of ":utf8" and ":raw". |
blob | commitdiff | diff to current |
2001-01-17 |
Nick Ing-Simmons |
"Safe" signals - trial implementation. |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-06 |
Nick Ing-Simmons |
FILE * in XS code for PerlIO world: |
blob | commitdiff | diff to current |
2000-12-31 |
Nick Ing-Simmons |
Tweak perlio.c so that makedef.pl-exported perlsio_binm... |
blob | commitdiff | diff to current |
2000-12-11 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-11 |
Nick Ing-Simmons |
Finish 1st pass of "encoding" layer e.g. : |
blob | commitdiff | diff to current |
2000-12-11 |
Nick Ing-Simmons |
Restore mmap function (broken by tweaks to shared buffer |
blob | commitdiff | diff to current |
2000-12-10 |
Nick Ing-Simmons |
Not merge worthy... |
blob | commitdiff | diff to current |
2000-12-09 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-09 |
Nick Ing-Simmons |
Make print, syswrite, send, readline, getc honour utf8... |
blob | commitdiff | diff to current |
2000-12-08 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-07 |
Nick Ing-Simmons |
Change PerlIO_(get|set)pos to take SV * |
blob | commitdiff | diff to current |
2000-12-07 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-07 |
Nick Ing-Simmons |
Various attempts at MSVC debug - not sure what has |
blob | commitdiff | diff to current |
2000-12-05 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-05 |
Nick Ing-Simmons |
Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO |
blob | commitdiff | diff to current |
2000-12-05 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-12-04 |
Nick Ing-Simmons |
PERL_IMPLICIT_SYS (almost) works - something odd with... |
blob | commitdiff | diff to current |
2000-12-04 |
Yitzchak Scott-Tho... |
[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on... |
blob | commitdiff | diff to current |
2000-12-03 |
Nick Ing-Simmons |
PERL_IMPLICIT_SYS compiles but does not work. |
blob | commitdiff | diff to current |
2000-12-03 |
Nick Ing-Simmons |
Make iperlsys.h vector stdio not PerlIO. |
blob | commitdiff | diff to current |
2000-12-01 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-01 |
Nick Ing-Simmons |
Fix 'mmap' lib/filehand.t (ungetc) test fail. |
blob | commitdiff | diff to current |
2000-11-30 |
Robin Barker |
toke.c perlio.c -Wformat nits |
blob | commitdiff | diff to current |
2000-11-28 |
Nick Ing-Simmons |
Initial tidy of setmode() muddle (UNIX does not have... |
blob | commitdiff | diff to current |
2000-11-28 |
Jarkko Hietaniemi |
setmode() is a DOSish-only thing. |
blob | commitdiff | diff to current |
2000-11-27 |
Jarkko Hietaniemi |
__FUNCTION__ isn't portable and trying to emulate it... |
blob | commitdiff | diff to current |
2000-11-25 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2000-11-25 |
Nick Ing-Simmons |
All tests pass on Win32/gcc/USE_PERLIO. |
blob | commitdiff | diff to current |
2000-11-25 |
Jens Hamisch |
Undo the SOCKS workarounds, instead start using PerlIO |
blob | commitdiff | diff to current |
2000-11-24 |
Nick Ing-Simmons |
Re-arrange crlf vs binary for platforms that care. |
blob | commitdiff | diff to current |
2000-11-23 |
Nick Ing-Simmons |
Win32/perlio Now just fails one io/argv.t test - lack |
blob | commitdiff | diff to current |
2000-11-23 |
Nick Ing-Simmons |
Win32 passes all but t/lib/peek.t with perlio and home... |
blob | commitdiff | diff to current |
2000-11-23 |
Nick Ing-Simmons |
Implement PerlIO_binmode() |
blob | commitdiff | diff to current |
2000-11-23 |
Nick Ing-Simmons |
Implement crlf layer - not ready for merge. |
blob | commitdiff | diff to current |
2000-11-22 |
Nick Ing-Simmons |
Win32 PerlIO intermediate state now working as expected. |
blob | commitdiff | diff to current |
2000-11-21 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-11-21 |
Nick Ing-Simmons |
Win32 builds and runs (mostly) with USE_PERLIO. |
blob | commitdiff | diff to current |
2000-11-21 |
Dominic Dunlop |
Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4... |
blob | commitdiff | diff to current |
2000-11-20 |
Nick Ing-Simmons |
Make extra buffer layer work (dummy crlf layer) |
blob | commitdiff | diff to current |
2000-11-19 |
Nick Ing-Simmons |
Add dummy crlf layer (just as buffer) |
blob | commitdiff | diff to current |
2000-11-19 |
Nick Ing-Simmons |
Special case :crlf and :raw in dummy PerlIO_apply_layers |
blob | commitdiff | diff to current |
2000-11-18 |
Jarkko Hietaniemi |
Compiler denit. |
blob | commitdiff | diff to current |
2000-11-18 |
Nick Ing-Simmons |
Lexical use open ... support: |
blob | commitdiff | diff to current |
2000-11-18 |
Nick Ing-Simmons |
Basic tweaks to do_open() type parsing to allow layer... |
blob | commitdiff | diff to current |
2000-11-17 |
Nick Ing-Simmons |
Experiment on use of attributes.pm interface. |
blob | commitdiff | diff to current |
2000-11-16 |
Nick Ing-Simmons |
Minor tweaks: |
blob | commitdiff | diff to current |
2000-11-14 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-11-14 |
Nick Ing-Simmons |
PerlIO #include and #ifdef re-work. |
blob | commitdiff | diff to current |
2000-11-14 |
Jarkko Hietaniemi |
Redo #7679 with LFs instead of CRLFs. |
blob | commitdiff | diff to current |
2000-11-14 |
Benjamin Stuhl |
Get PerlIO building on Win32 |
blob | commitdiff | diff to current |
2000-11-13 |
Jarkko Hietaniemi |
Make PerlIO_getpos() to behave like fgetpos() on return. |
blob | commitdiff | diff to current |
2000-11-13 |
Jarkko Hietaniemi |
fputs() does return EOF on error but here we don't... |
blob | commitdiff | diff to current |
2000-11-13 |
Nicholas Clark |
[ID 20001112.008] perlio.c's PerlIO_getpos ingores... |
blob | commitdiff | diff to current |
2000-11-12 |
Nick Ing-Simmons |
Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.) |
blob | commitdiff | diff to current |
2000-11-11 |
Dominic Dunlop |
More descriptive error for unknown perlio layers. |
blob | commitdiff | diff to current |
2000-11-11 |
Jarkko Hietaniemi |
Use sysconf() or getpagesize() to find out the pagesize. |
blob | commitdiff | diff to current |
2000-11-11 |
Nick Ing-Simmons |
Fixup mmap layer by doing mmap() calls on pagesize... |
blob | commitdiff | diff to current |
2000-11-10 |
Nick Ing-Simmons |
Re-instate stdio large file support via perlio. |
blob | commitdiff | diff to current |
2000-11-08 |
Robin Barker |
int/ptr casts in perlio.c |
blob | commitdiff | diff to current |
2000-11-06 |
Jarkko Hietaniemi |
Re-introduce 7552 lost in integration. |
blob | commitdiff | diff to current |
2000-11-06 |
Nick Ing-Simmons |
Remove debug. Try (Mmap_t) on madvise() call. |
blob | commitdiff | diff to current |
2000-11-05 |
Jarkko Hietaniemi |
Fake __FUNCTION__ for non-gcc builds, cast madvise() |
blob | commitdiff | diff to current |
2000-11-05 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-11-05 |
Nick Ing-Simmons |
Added a mmap layer as a "subclass" of perlio. |
blob | commitdiff | diff to current |
2000-11-05 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2000-11-05 |
Nick Ing-Simmons |
Fix read from STDERR on raw unix layer for Solaris... |
blob | commitdiff | diff to current |
2000-11-05 |
Nick Ing-Simmons |
Fix case where ungetc(f,EOF) was allowed. |
blob | commitdiff | diff to current |
2000-11-04 |
Jarkko Hietaniemi |
Some cpps don't like splitting conditionals across... |
blob | commitdiff | diff to current |
2000-11-04 |
Nick Ing-Simmons |
PerlIO infrastructure complete. |
blob | commitdiff | diff to current |
2000-11-04 |
Nick Ing-Simmons |
Type tweaks + less contorted allocation scheme |
blob | commitdiff | diff to current |
2000-11-04 |
Nick Ing-Simmons |
Fix for stdio as default "discipline" - PerlIO_init... |
blob | commitdiff | diff to current |
2000-11-03 |
Nick Ing-Simmons |
Implement stack of layers - (perlio.c _is_ derived... |
blob | commitdiff | diff to current |
2000-10-30 |
Nick Ing-Simmons |
Perlio fixes discovered on big-endian ... |
blob | commitdiff | diff to current |
2000-10-29 |
Nick Ing-Simmons |
PerlIO passes all tests. |
blob | commitdiff | diff to current |
2000-10-29 |
Nick Ing-Simmons |
Include <unistd.h> to get correct lseek() prototype... |
blob | commitdiff | diff to current |
2000-10-29 |
Nick Ing-Simmons |
Fixed two bugs: |
blob | commitdiff | diff to current |
2000-10-29 |
Nick Ing-Simmons |
Prototype (stdio-like) PerlIO passing basic tests.... |
blob | commitdiff | diff to current |
2000-10-24 |
Nicholas Clark |
Check if stdio supports tweaking lval and cnt simultane... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey |
YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-05-31 |
Jarkko Hietaniemi |
microperl changes from Simon Cozens; Makefile for microperl |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-06 |
Gurusamy Sarathy |
set SvUTF8 on vectors only if there are chars > 127... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-10-17 |
Gurusamy Sarathy |
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
blob | commitdiff | diff to current |
1999-09-04 |
Robin Barker |
Fix LFS with -Duseperlio in Solaris. Reported in |
blob | commitdiff | diff to current |
1999-08-16 |
Jarkko Hietaniemi |
Batch of small 64-bit/long double/large file support... |
blob | commitdiff | diff to current |
1999-08-13 |
Jarkko Hietaniemi |
Jumbo Configure and large file support update. |
blob | commitdiff | diff to current |
1999-08-04 |
Jarkko Hietaniemi |
Minor fixes to linux -Dusethreads -Duseperlio. |
blob | commitdiff | diff to current |
1999-08-03 |
Jarkko Hietaniemi |
Retract #3912, much too many compilation warnings |
blob | commitdiff | diff to current |
1999-08-03 |
Sven Verdoolaege |
(Retracted). See #3913. |
blob | commitdiff | diff to current |
1999-08-03 |
Spider Boardman |
The "-Dusethreads -Duseperlio" combination failed. |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
next |