晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/share/doc/mcpp/ |
Upload File : |
This file summarizes new major features of each MCPP release. (kmatsui)
MCPP V.2.7.2 (2008/11)
1. This is a bug-fixed version of V.2.7.1, fixing several bugs of the
previous release.
2. Enabled some CPU-specific predefined macros in compiler-independent-
build as well as compiler-specific-build.
MCPP V.2.7.1 (2008/05)
1. This is a bug-fixed version of V.2.7, fixing several bugs of the
previous release.
2. Made subroutine-build also install an mcpp executable and minimal
documents as well as libmcpp for a convenience of library package.
MCPP V.2.7 (2008/03)
1. Implemented -K option to enable macro notification mode. This mode
is designed for C/C++ refactoring tools and embeds macro annotations
into comments. This mode is also enabled by '#pragma MCPP debug
macro_call' sub-directive.
2. Fixed several bugs of the previous release, including a bug of UTF-8
multibyte character handling.
3. Ported to Mac OS X / GCC and Visual C++ 2008.
4. Made GCC-specific-build closer to GCC.
5. Added documentation on source checking of firefox 3.0pre.
MCPP V.2.6.4 (2007/05)
1. This is a bug-fixed version of V.2.6.3, fixing memory leaks in
subroutine-build, and fixing a bug of accessing non-allocated memory.
2. Also changed the installation directory of some documents in stand-
alone-and-compiler-independent-build by configure or by binary
packages.
MCPP V.2.6.3 (2007/04)
1. Revised subtle points of #include and '#pragma once' handling, such
as dereferencing symbolic linked directory and others.
2. Relaxed syntax checking and token checking in lang_asm mode.
Implemented variadic macro of GCC3-specification for GCC-specific-
build. Increased compatibility of GCC-specific-build to GCC.
3. Implemented optional memory buffer output (other than file) in
subroutine-build.
4. Added 'mcpplib' target to make subroutine-build in configure.ac and
noconfig/*.mak.
5. Abolished 'install-data' and 'uninstall-data' targets of configured
makefile. On the other hand, made 'install' target install also
mcpp-manual.html.
6. Provided stand-alone-and-compiler-independent-build binary packages
port, rpm, deb, zip and their corresponding source packages on
SourceForge.
7. Added documentation on source checking of glibc 2.4.
MCPP V.2.6.2 (2006/11)
1. Fixed several bugs of the previous release.
2. Added subroutine-build to use MCPP as a subroutine from other main
program.
3. Changed the terms of building methods in the documents. The building
methods now have two axis:
1. stand-alone-build vs subroutine-build
2. compiler-independent-build vs compiler-specific-build
Refer to INSTALL #1.
Note that this change of terminology does not affect the two
building methods of stand-alone preprocessor so far: 'compiler-
independent-build' and 'compiler-specific-build'. ('compiler-
independent-build' was called 'stand-alone-build' in the previous
releases).
4. Rewrote and converted the text files in 'doc' and 'doc-jp'
directories into html files.
MCPP V.2.6.1 (2006/08)
1. Fixed several bugs of the previous release.
2. Revised path-list handling on CygWIN.
3. Added porting to MinGW/MSYS.
MCPP V.2.6 (2006/07)
1. Integrated STANDARD mode and PRE_STANDARD mode into one executable,
differentiating the modes by the execution time options.
2. Changed --enable-maintainer-mode option of configure to --enable-
replace-cpp option which generates compiler-specific-build of mcpp.
3. Made compiler-independent-build really independent from any compiler-
systems. It no longer requires GCC-specific header files.
4. Removed settings for pre-C90 compiler.
Removed settings for MS-DOS compiler, DJGPP and Plan9.
5. Added portings to GCC V.4.0, CygWIN 1.5.18, Visual C++ 2005 and LCC-
Win32 2006-03.