Ralf S. Engelschall
|
e71a2c0cd9
Fix the following two problems (as reported today this way to the Flex authors): 1. In recent Flex versions you introduced some C99 support. At least the Flex 2.5.21 release is fully broken on non-C99 platforms. For instance the shipped pre-built scan.c contains non-conditional usage of <stdint.h> and references to int32_t, etc. This immediately fails. I've worked around it by doing "flex -oscan.c scan.l" before building (where "flex" was an old 2.5.4 version). 2. Additionally at least on FreeBSD 4.x the usage of <malloc.h> gives lots of warnings: /usr/include/malloc.h:2:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead". The reason is flexdef.h, line 119. <malloc.h> is really never needed today on modern systems, so I personally never included it in any software packages of me. And my packages like GNU Pth and others were ported to really lots of platforms -- both modern and esoteric ones. So I recommend you to complete remove likes 118-120, but as a workaround for myself I used a simple "#if defined(HAVE_MALLOC_H) && !defined(__FreeBSD__)" but the complete removal is certainly better.
|
23 年之前 |
Ralf S. Engelschall
|
d7ab0502fa
upgrade flex-beta to 2.5.21
|
23 年之前 |
Ralf S. Engelschall
|
956fcc3bf4
upgrade to flex-beta 2.5.19
|
23 年之前 |
Ralf S. Engelschall
|
8261687503
upgrade to flex-beta 2.5.18
|
23 年之前 |
Ralf S. Engelschall
|
c681a2c03c
upgrade flex-beta to 2.5.17
|
23 年之前 |
Ralf S. Engelschall
|
fb1666a3bb
upgrade flex-beta to 2.5.16
|
23 年之前 |
Ralf S. Engelschall
|
c04eb109f3
upgrade flex-beta to 2.5.15
|
23 年之前 |
Ralf S. Engelschall
|
92ab60b420
upgrade flex-beta to 2.5.14
|
23 年之前 |
Ralf S. Engelschall
|
14276946e2
Woohhooo: apply the new package classification system. (CORE, BASE, PLUS, PRIV, EVAL, JUNK). A description of them follows on the website soon.
|
23 年之前 |
Ralf S. Engelschall
|
809feb0c8e
upgrade flex-beta to 2.5.11
|
23 年之前 |
Ralf S. Engelschall
|
928c20ae0b
remove info/dir file
|
23 年之前 |
Ralf S. Engelschall
|
4a3b4d57b3
upgrade to flex-beta 2.5.10
|
23 年之前 |
Ralf S. Engelschall
|
895b733e2d
include my yyget/yyset patch
|
23 年之前 |
Ralf S. Engelschall
|
f0b92d96c0
upgrade to latest beta and include it always in non-conflicting way
|
23 年之前 |
Ralf S. Engelschall
|
d9746ff4e0
strip trailing whitespaces
|
23 年之前 |
Ralf S. Engelschall
|
6d60c5d5f8
upgrade to latest development version
|
23 年之前 |
Ralf S. Engelschall
|
a568b8e27d
upgrade to latest unstable version
|
23 年之前 |
Ralf S. Engelschall
|
41cf3a8dcb
better to use stable/unstable instead of release/devel
|
23 年之前 |
Ralf S. Engelschall
|
0af39dabac
bump release
|
23 年之前 |
Ralf S. Engelschall
|
61261d7ec8
switch to a boolean variable
|
23 年之前 |
Ralf S. Engelschall
|
d1efed99b8
upgrade developer version to 20020319
|
23 年之前 |
Ralf S. Engelschall
|
914fa1984d
upgrade to latest develper version and polish packaging
|
24 年之前 |
Ralf S. Engelschall
|
a340300c22
bump release
|
24 年之前 |
Ralf S. Engelschall
|
1f8705c8df
bump copyright years
|
24 年之前 |
Ralf S. Engelschall
|
1f4492cca4
fix dependencies in -CURRENT now that we have the new scheme
|
24 年之前 |
Ralf S. Engelschall
|
03ce5f0abb
add support for latest developer version
|
24 年之前 |
Ralf S. Engelschall
|
8cdd11b95c
remove trailing zero to conform with new scheme
|
24 年之前 |
Ralf S. Engelschall
|
139dc60d0a
adjust distribution and release
|
24 年之前 |
Ralf S. Engelschall
|
db8c270d2d
Bump releases.
|
24 年之前 |
Ralf S. Engelschall
|
75ec335002
add OpenPKG to copyright lines
|
24 年之前 |