Commit Graph

12 Commits (6711026011384817d6b9c9445490bf1c81f968f8)

Author SHA1 Message Date
rubidium 7fd1e1df81 (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
rubidium fb5ecb9499 (svn r22411) -Document: another bunch of bits 14 years ago
alberth 1dbc0a20be (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
terkhen 88ca183191 (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
rubidium c2c0d1e5d4 (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
glx 1e665c7639 (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 15 years ago
rubidium 7fbc33dae1 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
glx 70f6cee9ce (svn r16630) -Fix (r16629): forgot a continue 15 years ago
glx e6af53ea01 (svn r16629) -Fix: depend hang on solaris
-Fix: depend do not append delimiter string before deps for non empty files
-Add: support for -s option (starting string delimiter)
15 years ago
smatz e16314d58f (svn r16542) -Fix [FS#2971](r16307): depend failed on architectures with unsigned char 16 years ago
rubidium 299f34b32b (svn r16410) -Fix (r16307): don't assume the extension starts with the first '.', but with the last '.'. This way depend doesn't fail if there's a dot in your path, e.g. 'gcc-4.4'. 16 years ago
glx b3a539b016 (svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. 16 years ago