| Commit message (Expand) | Author | Age | Files | Lines |
* | Fake __FUNCTION__ for non-gcc builds, cast madvise() | Jarkko Hietaniemi | 2000-11-05 | 1 | -1/+4 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-11-05 | 1 | -70/+404 |
|\ |
|
| * | Added a mmap layer as a "subclass" of perlio. | Nick Ing-Simmons | 2000-11-05 | 1 | -70/+404 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-11-05 | 1 | -12/+26 |
|\ \
| |/ |
|
| * | Fix read from STDERR on raw unix layer for Solaris where fd 2 is | Nick Ing-Simmons | 2000-11-05 | 1 | -0/+2 |
| * | Fix case where ungetc(f,EOF) was allowed. | Nick Ing-Simmons | 2000-11-05 | 1 | -12/+24 |
* | | Some cpps don't like splitting conditionals across several lines. | Jarkko Hietaniemi | 2000-11-04 | 1 | -2/+1 |
|/ |
|
* | PerlIO infrastructure complete. | Nick Ing-Simmons | 2000-11-04 | 1 | -24/+162 |
* | Type tweaks + less contorted allocation scheme | Nick Ing-Simmons | 2000-11-04 | 1 | -61/+57 |
* | Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing | Nick Ing-Simmons | 2000-11-04 | 1 | -17/+61 |
* | Implement stack of layers - (perlio.c _is_ derived from the old file honest...) | Nick Ing-Simmons | 2000-11-03 | 1 | -440/+1224 |
* | Perlio fixes discovered on big-endian & very traditional Solaris: | Nick Ing-Simmons | 2000-10-30 | 1 | -21/+6 |
* | PerlIO passes all tests. | Nick Ing-Simmons | 2000-10-29 | 1 | -26/+24 |
* | Include <unistd.h> to get correct lseek() prototype etc. | Nick Ing-Simmons | 2000-10-29 | 1 | -1/+4 |
* | Fixed two bugs: | Nick Ing-Simmons | 2000-10-29 | 1 | -16/+45 |
* | Prototype (stdio-like) PerlIO passing basic tests. Checked in | Nick Ing-Simmons | 2000-10-29 | 1 | -217/+631 |
* | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+5 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-08 | 1 | -1/+1 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+2 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -5/+3 |
* | Fix LFS with -Duseperlio in Solaris. Reported in | Robin Barker | 1999-09-04 | 1 | -0/+8 |
* | Batch of small 64-bit/long double/large file support tweaks: | Jarkko Hietaniemi | 1999-08-16 | 1 | -2/+2 |
* | Jumbo Configure and large file support update. | Jarkko Hietaniemi | 1999-08-13 | 1 | -8/+8 |
* | Minor fixes to linux -Dusethreads -Duseperlio. | Jarkko Hietaniemi | 1999-08-04 | 1 | -7/+5 |
* | Retract #3912, much too many compilation warnings | Jarkko Hietaniemi | 1999-08-03 | 1 | -7/+7 |
* | (Retracted). See #3913. | Sven Verdoolaege | 1999-08-03 | 1 | -7/+7 |
* | The "-Dusethreads -Duseperlio" combination failed. | Spider Boardman | 1999-08-03 | 1 | -3/+12 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+4 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -6/+6 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -12/+15 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -0/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | ansify perlio.c, fix PerlIO-ish typos | Gurusamy Sarathy | 1999-02-24 | 1 | -116/+48 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -3/+10 |
* | applied patch, along with many changes: | Douglas Lankshear | 1998-06-21 | 1 | -1/+1 |
* | [win32] misc changes | Gurusamy Sarathy | 1998-05-29 | 1 | -34/+1 |
* | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -7/+3 |
* | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -0/+4 |
* | Fix warning wrt return value of PerlIO_getname() | Spider Boardman | 1997-04-30 | 1 | -0/+1 |
* | Return a value from PerlIO_{,un}getc | Hallvard B Furuseth | 1997-04-15 | 1 | -2/+2 |
* | Use SSize_t for values of PerlIO_{read,write} | Chip Salzenberg | 1997-04-04 | 1 | -4/+4 |
* | In perlio, fix vprintf() definition and define vfprintf() | Chip Salzenberg | 1997-03-22 | 1 | -1/+9 |
* | Prevent warnings when STDCHAR is unsigned | Chip Salzenberg | 1996-12-23 | 1 | -8/+8 |
* | Eliminate PerlIO warnings when setting cnt to -1 | Chip Salzenberg | 1996-12-19 | 1 | -3/+3 |
* | Re: 5.003_05 is available. | Hunter Kelly | 1996-09-12 | 1 | -4/+3 |
* | perl 5.003_05: perlio.c | Perl 5 Porters | 1996-09-07 | 1 | -1/+24 |
* | perl 5.003_04: perlio.c | Perl 5 Porters | 1996-08-29 | 1 | -4/+22 |
* | Fixes to support non-std stdio. | Perl 5 Porters | 1996-08-25 | 1 | -0/+9 |
* | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 1 | -0/+594 |