Commit Graph

12 Commits (fd3a27fa2edff31dbfd090933638fb71562b4543)

Author SHA1 Message Date
rubidium 33d71b45fe (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 9fc2798baf (svn r22411) -Document: another bunch of bits 13 years ago
alberth a14f4eb271 (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
terkhen c92b2e9d3c (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). 14 years ago
rubidium c27ee70ddc (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 15 years ago
glx 72af7550b8 (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
glx a2ef2e748e (svn r16630) -Fix (r16629): forgot a continue 15 years ago
glx a77b5e7c29 (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 f76c080976 (svn r16542) -Fix [FS#2971](r16307): depend failed on architectures with unsigned char 15 years ago
rubidium a661b157ad (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'. 15 years ago
glx 3cf9fc17f6 (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. 15 years ago