| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix make patch for norsk ispell. | Jean-Marc Zucconi | 2001-04-30 | 1 | -1/+1 |
* | Update to version 1.7.3. | Jim Mock | 2001-04-30 | 2 | -2/+2 |
* | Use [s]random() rather than [s]rand(). | David E. O'Brien | 2001-04-30 | 1 | -0/+21 |
* | Default to -O, not -O2. | David E. O'Brien | 2001-04-30 | 1 | -1/+1 |
* | I don't know of any UNIX make(1) that does not define a useful $(CC). | David E. O'Brien | 2001-04-30 | 1 | -2/+2 |
* | Add a disclaimer hinting that this port sucks beyond measure, and | John Polstra | 2001-04-30 | 1 | -0/+6 |
* | Update to Vim 6.0 beta AD | David E. O'Brien | 2001-04-30 | 6 | -32/+6 |
* | Note the default optimization flags used by the vendor in a comment. | Akinori MUSHA | 2001-04-30 | 8 | -28/+44 |
* | Update to 4.55.1. | David E. O'Brien | 2001-04-30 | 2 | -4/+4 |
* | Upgrade to version 1.5.17 | Kevin Lo | 2001-04-30 | 5 | -70/+14 |
* | - Upgrade graphics/evas to 0.5.0 | Kevin Lo | 2001-04-30 | 4 | -5/+5 |
* | Upgrade to version 0.14 | Kevin Lo | 2001-04-30 | 2 | -2/+2 |
* | Upgrade to version 0.4.64 | Kevin Lo | 2001-04-30 | 8 | -8/+8 |
* | Upgrade to version 0.02 | Kevin Lo | 2001-04-30 | 2 | -2/+2 |
* | Remove broken master site. | Jimmy Olgeni | 2001-04-30 | 1 | -3/+2 |
* | Add pdumpfs, a daily backup system similar to Plan9's dumpfs. | Akinori MUSHA | 2001-04-30 | 6 | -0/+62 |
* | Update master site. | Sheldon Hearn | 2001-04-30 | 3 | -3/+3 |
* | Simplify the description. | Sheldon Hearn | 2001-04-30 | 3 | -45/+15 |
* | Don't hardcode CXX to g++, CXXFLAGS to -O3 and a bunch of -f optimizations | Kris Kennaway | 2001-04-30 | 1 | -0/+18 |
* | Don't hard-code -O3 and a buttload of -f optimizations | Kris Kennaway | 2001-04-30 | 1 | -0/+11 |
* | Don't hardcode CC and CFLAGS to -O3 | Kris Kennaway | 2001-04-30 | 2 | -38/+82 |
* | Chop out 2 -f optimizations as well | Kris Kennaway | 2001-04-30 | 1 | -1/+1 |
* | Remove -finline-functions too | Kris Kennaway | 2001-04-30 | 1 | -1/+1 |
* | Chop out some variable expansions which snuck in by mistake | Kris Kennaway | 2001-04-30 | 4 | -80/+0 |
* | Don't hard-code -O3 and about 20 -f optimizations | Kris Kennaway | 2001-04-30 | 1 | -2/+17 |
* | Don't hard-code -O6 and various other -f optimizations; don't guess at | Kris Kennaway | 2001-04-30 | 1 | -0/+28 |
* | Don't hard-code -O9 and various other funky -f optimizations | Kris Kennaway | 2001-04-30 | 1 | -9/+9 |
* | Don't hard-code -O2 and various -f optimizations in CXXFLAGS | Kris Kennaway | 2001-04-30 | 4 | -20/+148 |
* | Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update | Kris Kennaway | 2001-04-30 | 6 | -2/+57 |
* | Don't hard-code -O2 or -m486. This still doesn't respect CXX, but I | Kris Kennaway | 2001-04-30 | 4 | -0/+96 |
* | Use random()/srandom() for better PRNG properties than rand()/srand(). | Kris Kennaway | 2001-04-30 | 6 | -0/+63 |
* | Update to 0.15. | Maxim Sobolev | 2001-04-30 | 5 | -52/+81 |
* | Update to 1.3.4. | Maxim Sobolev | 2001-04-30 | 31 | -225/+263 |
* | Respect CC and CFLAGS, don't hard-code -O2 | Kris Kennaway | 2001-04-30 | 1 | -2/+11 |
* | Upgrade to 1.0.5. | Jun Kuriyama | 2001-04-30 | 8 | -76/+20 |
* | Respect CC, CXX, CFLAGS and CXXFLAGS | Kris Kennaway | 2001-04-30 | 1 | -4/+23 |
* | Don't hard-code -O2; respect CFLAGS | Kris Kennaway | 2001-04-30 | 1 | -0/+11 |
* | Don't hard-code -O2. Instead use whatever the imake default is. | Kris Kennaway | 2001-04-30 | 1 | -0/+10 |
* | Respect CC; don't override CFLAGS with -O2 | Kris Kennaway | 2001-04-30 | 1 | -4/+18 |
* | Respect CC and CFLAGS; don't hardcode -O2, and allow overriding of | Kris Kennaway | 2001-04-30 | 1 | -0/+51 |
* | Don't hard-code -O2 | Kris Kennaway | 2001-04-30 | 1 | -1/+1 |
* | Don't hard-code -O2 | Kris Kennaway | 2001-04-30 | 1 | -2/+2 |
* | Don't hard-code -O2; respect CC and CFLAGS | Kris Kennaway | 2001-04-30 | 1 | -2/+3 |
* | Respect CFLAGS and don't hard-code -O2; inherit CC from <sys.mk> | Kris Kennaway | 2001-04-30 | 1 | -3/+3 |
* | Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk> | Kris Kennaway | 2001-04-30 | 3 | -15/+9 |
* | Don't hard-code -O2, inherit CC from <sys.mk> | Kris Kennaway | 2001-04-29 | 1 | -3/+3 |
* | Don't hard-code -O2 | Kris Kennaway | 2001-04-29 | 3 | -4/+4 |
* | Reorder includes to squash typical Linux-kiddie network header misordering. | Kris Kennaway | 2001-04-29 | 1 | -0/+15 |
* | Don't hard-code CFLAGS=-O2 and CC | Kris Kennaway | 2001-04-29 | 1 | -3/+3 |
* | Don't do CFLAGS ?= -O2 (this had no effect since a default CFLAGS is | Kris Kennaway | 2001-04-29 | 1 | -2/+1 |