| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
with a minor change in the cgx distfile.
PR: ports/57071
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Approved by: maho
|
|
|
|
|
|
|
|
| |
replace _toupper to toupper. _toupper
is a macro defined at 5-CURRENT in ctype.h so
it doesn't harm for both.
Submitted by: bento
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
|
|
|
|
|
|
| |
replace _toupper to toupper. _toupper
is a macro defined at 5-CURRENT in ctype.h
Submitted by: kris (bento's log)
|
|
|
|
|
|
|
|
|
|
| |
fixed the spooles port
b) there are three (small) missing patches from the experimental
tree that are not in the files dir.
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Reviewed by: maho
|
|
|
|
|
|
|
|
| |
1. add documents/examples
2. slight patches
PR: 52018
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
|
|
|
|
|
|
| |
1. ports/math/spooles uses threading, so add pthread explicitly
for 5.1-BETA we don't ever need it.
2. _toupper should be a macro version of subset of toupper.
See the difference between ctype.h of 5.1-BETA and 4-STABLE.
However, I don't see the reason why it cgx uses _toupper (thread safety?).
Pointed out by: kris
|
|
Submitted by : Pedro F. Giffuni <giffunip@yahoo.com>
Almost writeen by: maho
|