Commit History

Autor SHA1 Mensaxe Data
  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. %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall d7ab0502fa upgrade flex-beta to 2.5.21 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 956fcc3bf4 upgrade to flex-beta 2.5.19 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 8261687503 upgrade to flex-beta 2.5.18 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall c681a2c03c upgrade flex-beta to 2.5.17 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall fb1666a3bb upgrade flex-beta to 2.5.16 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall c04eb109f3 upgrade flex-beta to 2.5.15 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 92ab60b420 upgrade flex-beta to 2.5.14 %!s(int64=23) %!d(string=hai) anos
  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. %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 809feb0c8e upgrade flex-beta to 2.5.11 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 928c20ae0b remove info/dir file %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 4a3b4d57b3 upgrade to flex-beta 2.5.10 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 895b733e2d include my yyget/yyset patch %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall f0b92d96c0 upgrade to latest beta and include it always in non-conflicting way %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall d9746ff4e0 strip trailing whitespaces %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 6d60c5d5f8 upgrade to latest development version %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall a568b8e27d upgrade to latest unstable version %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 41cf3a8dcb better to use stable/unstable instead of release/devel %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 0af39dabac bump release %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 61261d7ec8 switch to a boolean variable %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall d1efed99b8 upgrade developer version to 20020319 %!s(int64=23) %!d(string=hai) anos
  Ralf S. Engelschall 914fa1984d upgrade to latest develper version and polish packaging %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall a340300c22 bump release %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 1f8705c8df bump copyright years %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 1f4492cca4 fix dependencies in -CURRENT now that we have the new scheme %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 03ce5f0abb add support for latest developer version %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 8cdd11b95c remove trailing zero to conform with new scheme %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 139dc60d0a adjust distribution and release %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall db8c270d2d Bump releases. %!s(int64=24) %!d(string=hai) anos
  Ralf S. Engelschall 75ec335002 add OpenPKG to copyright lines %!s(int64=24) %!d(string=hai) anos