CMUCL commit: intl-branch src/i18n/locale (cmucl.pot ko/LC_MESSAGES/cmucl.po)

Raymond Toy rtoy at common-lisp.net
Thu Feb 25 01:55:24 CET 2010


    Date: Wednesday, February 24, 2010 @ 19:55:24
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/i18n/locale
     Tag: intl-branch

Modified: cmucl.pot ko/LC_MESSAGES/cmucl.po

Regenerated from latest sources.


-------------------------+
 cmucl.pot               |    7 +++++--
 ko/LC_MESSAGES/cmucl.po |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)


Index: src/i18n/locale/cmucl.pot
diff -u src/i18n/locale/cmucl.pot:1.1.2.31 src/i18n/locale/cmucl.pot:1.1.2.32
--- src/i18n/locale/cmucl.pot:1.1.2.31	Sat Feb 13 22:06:42 2010
+++ src/i18n/locale/cmucl.pot	Wed Feb 24 19:55:24 2010
@@ -12513,11 +12513,14 @@
 "\n"
 "Inspecting frames:\n"
 "  BACKTRACE [n]  shows n frames going down the stack.\n"
-"  L              lists locals in current function.\n"
-"  P, PP          displays current function call.\n"
+"  L [prefix]     lists locals starting with the given prefix in current "
+"function.\n"
+"  P              displays current function call.\n"
+"  PP             verbose display of current function, with source.\n"
 "  SOURCE [n]     displays frame's source form with n levels of enclosing "
 "forms.\n"
 "  VSOURCE [n]    displays frame's source form without any ellipsis.\n"
+"  DESCRIBE       describe the current function.\n"
 "\n"
 "Breakpoints and steps:\n"
 "  LIST-LOCATIONS [{function | :c}]  list the locations for breakpoints.\n"
Index: src/i18n/locale/ko/LC_MESSAGES/cmucl.po
diff -u src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.32 src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.33
--- src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.32	Sat Feb 13 22:06:42 2010
+++ src/i18n/locale/ko/LC_MESSAGES/cmucl.po	Wed Feb 24 19:55:24 2010
@@ -12529,11 +12529,14 @@
 "\n"
 "Inspecting frames:\n"
 "  BACKTRACE [n]  shows n frames going down the stack.\n"
-"  L              lists locals in current function.\n"
-"  P, PP          displays current function call.\n"
+"  L [prefix]     lists locals starting with the given prefix in current "
+"function.\n"
+"  P              displays current function call.\n"
+"  PP             verbose display of current function, with source.\n"
 "  SOURCE [n]     displays frame's source form with n levels of enclosing "
 "forms.\n"
 "  VSOURCE [n]    displays frame's source form without any ellipsis.\n"
+"  DESCRIBE       describe the current function.\n"
 "\n"
 "Breakpoints and steps:\n"
 "  LIST-LOCATIONS [{function | :c}]  list the locations for breakpoints.\n"



More information about the cmucl-commit mailing list