]> vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

git git / sw / tic2json.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f81ad95)
Version 2.6 master v2.6
2024年9月26日 14:40:56 +0000 (16:40 +0200)
2024年9月26日 14:51:50 +0000 (16:51 +0200)

diff --git a/ChangeLog b/ChangeLog
index 12ed716c94cf21c5e0970b48970b8c8f7779abea..06023417b22130b53c920045d3a23fd3439eb473 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2.6
+ * Add support for TGPHI_s/TGPHI_i in PME-PMI
+
2.5
* Fix TICv02 STGE decoding (overflow on large values)
diff --git a/src/tic.c b/src/tic.c
index 9fe6c106186029ad970894e7b925685e5c523e8c..485983388b49d2c0627a9ed6a626b956474f11d2 100644 (file)
--- a/src/tic.c
+++ b/src/tic.c
@@ -2,7 +2,7 @@
// tic.c
// Common routines for TIC parsers
//
-// (C) 2021-2022 Thibaut VARENE
+// (C) 2021-2022,2024 Thibaut VARENE
// License: GPLv2 - http://www.gnu.org/licenses/gpl-2.0.html
//
diff --git a/src/tic2json.c b/src/tic2json.c
index de932b1592ce8826a4f9ed407da8bdd6d6da7118..ec1172e22aef58e8f82b1aef6e07fd52859c0286 100644 (file)
--- a/src/tic2json.c
+++ b/src/tic2json.c
@@ -82,7 +82,7 @@
#endif /* PRINT2BUF */
#endif /* BAREBUILD */
-#define TIC2JSON_VER "2.5"
+#define TIC2JSON_VER "2.6"
extern bool filter_mode;
extern bool *etiq_en;
@@ -502,7 +502,7 @@ int main(int argc, char **argv)
case 'V':
printf( BINNAME " version " TIC2JSON_VER "\n"
"License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl-2.0.html>.\n"
- "Copyright (C) 2021-2023 Thibaut Varène.\n");
+ "Copyright (C) 2021-2024 Thibaut Varène.\n");
return 0;
case 'z':
tp.optflags |= TIC2JSON_OPT_MASKZEROES;
diff --git a/src/ticv01pme.l b/src/ticv01pme.l
index 883bdbb77b7d8f044e0029439fcc0e2f86faa7be..7ba45d32c0a239699f5012dc10feeda0002a128d 100644 (file)
--- a/src/ticv01pme.l
+++ b/src/ticv01pme.l
@@ -26,7 +26,6 @@
* Me contacter pour implémentation:
* - ETATDYN1 PREAVIS1 TDYN1CD TDYN1CF TDYN1FD TDYN1FF
* - ETATDYN2 PREAVIS2 TDYN2CD TDYN2CF TDYN2FD TDYN2FF
- * - TGPHI_s TGPHI_i
*/
/* noyywrap disables automatic rewinding for the next file to parse. Since we
diff --git a/src/ticv01pme.y b/src/ticv01pme.y
index 00ffe69f092adfc0032b618a3fe48633be98263b..29ab6a69586db5fc3e891f570c315d2df3f34213 100644 (file)
--- a/src/ticv01pme.y
+++ b/src/ticv01pme.y
@@ -26,7 +26,6 @@
* Me contacter pour implémentation:
* - ETATDYN1 PREAVIS1 TDYN1CD TDYN1CF TDYN1FD TDYN1FF
* - ETATDYN2 PREAVIS2 TDYN2CD TDYN2CF TDYN2FD TDYN2FF
- * - TGPHI_s TGPHI_i
*/
%{
tic2json TIC parser/converter
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /