From: Christian Groessler Date: Tue, 24 May 2016 22:51:40 +0000 (+0200) Subject: Atari: add new function '_is_cmdline_dos()' and some other small changes. X-Git-Tag: V2.16~139^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=da65866e24efd7698e7b5675ebc926b358bd7122;p=cc65 Atari: add new function '_is_cmdline_dos()' and some other small changes. - use this function instead of directly looking at _dos_type in the included targetutil and test programs - fixes/improvements to the Atari runtime library regarding the recently changed _dos_type values - libsrc/atari/targetutil/w2cas.c: exit if no filename was entered - add documentation for the new function --- diff --git a/doc/atari.sgml b/doc/atari.sgml index 2087a8541..f911d568e 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -275,6 +275,7 @@ See the for declaration and u _getcolor _getdefdev _graphics +_is_cmdline_dos _rest_vecs _save_vecs _scroll diff --git a/doc/funcref.sgml b/doc/funcref.sgml index a2ccf6c73..9bd4a3595 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -98,6 +98,7 @@ function. + @@ -939,6 +940,40 @@ id="malloc" name="malloc"> may still return +_is_cmdline_dos