Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1999-06-23 | upgrade PTL2 to PTL2-current-990622 (with patch-1) | msaitoh | 2 | -10/+9 | |
1999-05-31 | PTL2-current-990512-patch-2 | msaitoh | 2 | -4/+9 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -15/+13 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-22 | patch-1 breaks sigjmp. Instead of using it, add patch-ac, which is | tsarna | 1 | -5/+1 | |
corrected version of patch-1. Still have problems with ttyname()... | |||||
1999-05-20 | PTL2-current-990512-patch-1 | msaitoh | 2 | -5/+12 | |
1999-05-12 | Do not create a "libPTL.so" link. This will be done by the pkg system at | tv | 1 | -0/+12 | |
install time, and should NOT happen for a.out at all. (I'll re-add the removed patches to do this correctly for ELF, and use shlib constructor as opposed to "every object file constructor", later.) | |||||
1999-05-12 | Upate PTL2 to PTL2-current-990512. | msaitoh | 6 | -94/+6 | |
1999-05-06 | Turn off on alpha. This was hosed before, and still is after the ctor change. | tv | 1 | -1/+3 | |
Will look into it. | |||||
1999-05-06 | Install ptlg++ with the right permissions by handing down INSTALL_SCRIPT. | tv | 1 | -1/+2 | |
1999-05-06 | Use proper ELF build (with -soname); also add c++rt0 for a.out and | tv | 5 | -13/+71 | |
crt{begin,end}S for ELF so that a constructor does not have to be attached to every resultant .o file (_pthread_init() becomes a constructor in the library itself). Add ptlg++ as analogue of ptlgcc. The pkgname is renamed ptl-990315 (drop -current-) so this version is not considered compatible in binary form. | |||||
1999-05-04 | s/datail/detail | abs | 1 | -1/+1 | |
1999-05-02 | Backout this change, the link options are passed to "ld" not "gcc" | tron | 1 | -13/+0 | |
1999-05-02 | Add missing prototypes to PTL's "include/arpa/inet.h". Patch supplied | tron | 1 | -0/+15 | |
by Michael Graff in PR pkg/7507. | |||||
1999-05-02 | Use "../../lang/perl5" to shut up "pkglint". | tron | 1 | -2/+2 | |
1999-05-01 | Use "-Wl,-R" instead of "-R" in "ptlgcc" to be compatible with the | tron | 1 | -0/+13 | |
broken "cc" on 1.3 ELF systems. | |||||
1999-05-01 | perl is only required at build time. | tron | 1 | -2/+3 | |
1999-05-01 | Fix complilation warning caused by missing prototype for init hook. | tron | 1 | -0/+17 | |
Patch supplied by Michael Graff in PR pkg/7495. | |||||
1999-04-06 | Minor modifications to the English. | agc | 1 | -1/+1 | |
1999-03-30 | Eliminate libdata/PTL | msaitoh | 2 | -5/+2 | |
1999-03-29 | Remove commented out instructions and fix botch caused by pkglinting. | tron | 1 | -7/+5 | |
1999-03-29 | New "ptl2" package supplied by SAITOH Masanobu in pkg/7212: | tron | 6 | -0/+74 | |
This is PTL2 -- Portable Thread Library 2 wrrtten by Kota Abe. |