]> git.sur5r.net Git - cc65/history - src/common/searchpath.c
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / searchpath.c
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-06-03 Oliver SchmidtAdded --print-target-path option.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-05 Oliver SchmidtRemoved by now obsolete pragmas.
2014-03-03 Oliver SchmidtImprove MinGW support.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
2013-04-07 Oliver SchmidtAllow for warning-free build of common with MS VC on...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-09 uzRestructured search path handling.
2010-05-01 uzRewrote the search path routines to use collections...
2009-09-22 uzNew function AddSubSearchPathFromEnv.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-08-22 cuzReplace the fixed buffer in the Find() routine by a...
2003-08-03 cuzNew function ForgetAllSearchPaths
2003-05-30 cuzFixed a bug
2003-05-29 cuzAdd AddSearchPathFromEnv
2003-05-28 cuzMoved most of cc65/incpath to a common searchpath module