Commit Graph

17 Commits (1f727e9029d0261780c4e2922fe729c27e90cf71)

Author SHA1 Message Date
rubidium 5e0ea95267 (svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long 11 years ago
rubidium d999a24576 (svn r25274) -Cleanup: remove unused class instance variables 11 years ago
rubidium c32b56a6d4 (svn r24432) -Fix: compile warning in depend 12 years ago
rubidium a3f56875c1 (svn r24429) -Change: add some hardening flags to the compiler for release builds 12 years ago
alberth 06597e684c (svn r23704) -Doc: Doxygen comment fixes and additions. 13 years ago
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