Commit Graph

217 Commits

Author SHA1 Message Date
Kolan Sh 6c76c882ee tex_level is correct 2011-06-28 12:43:03 +04:00
Kolan Sh 624e1322a2 по сути работало неверно, изменил алгоритм входа в теги 2011-06-28 12:23:33 +04:00
Kolan Sh b3ed9f553c tex_level now is correct on exit 2011-06-28 11:11:23 +04:00
Kolan Sh b2acdb1b9f до 671-го символа дошли 2011-06-27 19:26:59 +04:00
Kolan Sh 49e1eca45d весь документ прошли 2011-06-27 17:07:52 +04:00
Kolan Sh 40c572711b дошли до \endhead 2011-06-27 16:49:05 +04:00
Kolan Sh 7f06978d09 дошли до 1523-го символа 2011-06-27 16:47:43 +04:00
Kolan Sh 8fd901bc1f дошли до 1312-го символа ó 2011-06-27 16:30:37 +04:00
Kolan Sh b3355c88fa дошли до 1312-го символа ó 2011-06-27 16:28:01 +04:00
Kolan Sh 64c18d6652 дошли до 1052-го символа symb=| 2011-06-27 16:24:09 +04:00
Kolan Sh 5ab84349b7 доходит до tabularnewline 2011-06-27 16:08:04 +04:00
Kolan Sh ebd4e654ef до 523-его # дошли 2011-06-27 15:54:00 +04:00
Kolan Sh be3dbe915f до encodingdefault дошло 2011-06-27 15:09:19 +04:00
Kolan Sh b175af9da4 Вот сейчас по Ъ-way 2011-06-27 14:43:41 +04:00
Kolan Sh ba528486cb домой выгоняют 2011-06-23 19:57:17 +04:00
Kolan Sh 4f1cde3f8f до \cyrtext допарсил 2011-06-23 19:44:22 +04:00
Kolan Sh e48a755e0c Все теги добавлены в варианты 2011-06-23 15:57:47 +04:00
Kolan Sh 186fc07303 домой выгоняют 2011-06-21 19:13:25 +04:00
Kolan Sh 7e29364c79 \\ symbol now interpreted as tag 2011-06-21 12:01:53 +04:00
Kolan Sh c1638e027d Second tex_parser() successful pass :) 2011-06-20 20:16:37 +04:00
Kolan Sh ba84015079 Second tex_parser() successful pass :) 2011-06-20 20:07:17 +04:00
Kolan Sh a0e8963fb2 First tex_parser() successful pass 2011-06-20 17:25:44 +04:00
Kolan Sh 41185418ed First tex_parser() successful pass 2011-06-20 17:24:43 +04:00
Kolan Sh 41f6ac46e7 домой пора 2011-06-17 19:03:06 +04:00
Kolan Sh 513baf4076 подправлено, шоп запускалось 2011-06-16 16:45:28 +04:00
Kolan Sh 49cfd34cd6 Тесты zalloc_ext_test.c написаны и пройдены сразу же! Учитесь! 2011-06-16 13:39:31 +04:00
Kolan Sh ffb9a25ddd вынесены функции для теста 2011-06-15 20:00:24 +04:00
Kolan Sh c833f2b6c6 Duplicate and Append functions are ready 2011-06-14 17:41:32 +04:00
Kolan Sh 5137f8721b zalloc_ext_test added 2011-06-14 13:35:44 +04:00
Kolan Sh 4fa4b57d45 xalloc and zalloc rewriten in stdlib like format; test results added 2011-06-14 13:02:33 +04:00
Kolan Sh 0cb29588f2 Renamed: xmalloc.[c,h]->xalloc.[c,h], zmalloc.[c,h]->zalloc.[c,h] 2011-06-13 17:20:35 +04:00
Kolan Sh 260106da46 Renamed: xmalloc.[c,h]->xalloc.[c,h], zmalloc.[c,h]->zalloc.[c,h] 2011-06-13 12:21:27 +04:00
Kolan Sh 45cf1a566e Renamed: xmalloc.[c,h]->xalloc.[c,h], zmalloc.[c,h]->zalloc.[c,h]
--HG--
rename : c/zmalloc/Makefile => c/zalloc/Makefile
rename : c/zmalloc/zmalloc.geany => c/zalloc/zalloc.geany
rename : c/zmalloc/zmalloc_test.c => c/zalloc/zalloc_test.c
2011-06-13 12:18:12 +04:00
Kolan Sh e98cfe955f merged 2011-06-12 21:34:14 +04:00
Kolan Sh 0837358623 the world's end added =) 2011-06-12 21:34:03 +04:00
Kolan Sh 2df12441a1 Перевёрнутые камеры =) 2011-06-12 14:02:38 +04:00
Kolan Sh 5ba787d4ce домой, пора домой... 2011-06-10 19:03:50 +04:00
Kolan Sh 0f3ecd8e70 no c++ just c
--HG--
rename : c/tex_parser/tex_table_class.cpp => c/tex_parser/tex_table.c
rename : c/tex_parser/tex_table_class.geany => c/tex_parser/tex_table.geany
rename : c/tex_parser/tex_table_class.hpp => c/tex_parser/tex_table.h
rename : c/tex_parser/tex_table_class_tags.hpp => c/tex_parser/tex_table_tags.h
rename : c/tex_parser/tex_table_class_test.cpp => c/tex_parser/tex_table_test.c
2011-06-10 14:31:10 +04:00
Kolan Sh cc27cee3be tex_parser moved from cpp to c because... c++ std::string.resize is slower than zrealloc in 300 times =)
--HG--
rename : cpp/tex_parser/Makefile => c/tex_parser/Makefile
rename : cpp/tex_parser/get_tags.sh => c/tex_parser/get_tags.sh
rename : cpp/tex_parser/tables4.tex => c/tex_parser/tables4.tex
rename : cpp/tex_parser/tables5.tex => c/tex_parser/tables5.tex
rename : cpp/tex_parser/tex_table_class.cpp => c/tex_parser/tex_table_class.cpp
rename : cpp/tex_parser/tex_table_class.geany => c/tex_parser/tex_table_class.geany
rename : cpp/tex_parser/tex_table_class.hpp => c/tex_parser/tex_table_class.hpp
rename : cpp/tex_parser/tex_table_class_tags.hpp => c/tex_parser/tex_table_class_tags.hpp
rename : cpp/tex_parser/tex_table_class_test.cpp => c/tex_parser/tex_table_class_test.cpp
2011-06-10 12:24:03 +04:00
Kolan Sh eaeee86922 zmalloc_getinfo() test 2011-06-10 11:59:15 +04:00
Kolan Sh baae78bd22 zmalloc (вдове быстрый realloc) test 2011-06-09 19:00:04 +04:00
Kolan Sh 6a7db09310 убраны лишние include 2011-06-08 15:14:35 +04:00
Kolan Sh a2ef429f94 #include включён tex_table_class.[c,h]pp 2011-06-08 15:13:26 +04:00
Kolan Sh 18d143405e some includes removed 2011-06-08 13:31:21 +04:00
Kolan Sh 36737dbb58 die() deprecated and replaced with xerr, xerrx 2011-06-08 13:24:34 +04:00
Kolan Sh fb4eb6b180 тяк, undefinded reference было из-за inline в xmalloc.c 2011-06-08 11:29:22 +04:00
Kolan Sh 5a5f095067 тяк, undefinded reference было из-за inline в xmalloc.c 2011-06-08 11:29:05 +04:00
Kolan Sh f75fc39e3c файл проекта TeX-parser 2011-06-07 19:15:52 +04:00
Kolan Sh 15182297c2 файл проекта TeX-parser 2011-06-07 19:10:34 +04:00
Kolan Sh 7359589f6d вычисление среднего для знаковых целых и массивов (ну и парсер TeX немного)
--HG--
rename : c/tex_parser/get_tags.sh => cpp/tex_parser/get_tags.sh
rename : c/tex_parser/tables4.tex => cpp/tex_parser/tables4.tex
rename : c/tex_parser/tables5.tex => cpp/tex_parser/tables5.tex
rename : c/tex_parser/tex_table_class.hpp => cpp/tex_parser/tex_table_class.hpp
rename : c/tex_parser/tex_table_class_tags.hpp => cpp/tex_parser/tex_table_class_tags.hpp
2011-06-07 19:08:15 +04:00