/[guile]/guile/guile-core/libguile/strop.c
ViewVC logotype

Diff of /guile/guile-core/libguile/strop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62.2.6 by ttn, Thu Mar 14 05:26:16 2002 UTC revision 1.62.2.7 by ossau, Fri Mar 15 09:23:19 2002 UTC
# Line 533  SCM_DEFINE (scm_string_split, "string-sp Line 533  SCM_DEFINE (scm_string_split, "string-sp
533              "result list.\n"              "result list.\n"
534              "\n"              "\n"
535              "@lisp\n"              "@lisp\n"
536              "(string-split \"root:x:0:0:root:/root:/bin/bash\" #\:)\n"              "(string-split \"root:x:0:0:root:/root:/bin/bash\" #\\:)\n"
537              "@result{}\n"              "@result{}\n"
538              "(\"root\" \"x\" \"0\" \"0\" \"root\" \"/root\" \"/bin/bash\")\n"              "(\"root\" \"x\" \"0\" \"0\" \"root\" \"/root\" \"/bin/bash\")\n"
539              "\n"              "\n"
540              "(string-split \"::\" #\:)\n"              "(string-split \"::\" #\\:)\n"
541              "@result{}\n"              "@result{}\n"
542              "(\"\" \"\" \"\")\n"              "(\"\" \"\" \"\")\n"
543              "\n"              "\n"
544              "(string-split \"\" #\:)\n"              "(string-split \"\" #\\:)\n"
545              "@result{}\n"              "@result{}\n"
546              "(\"\")\n"              "(\"\")\n"
547              "@end lisp")              "@end lisp")
# Line 579  SCM_DEFINE (scm_string_ci_to_symbol, "st Line 579  SCM_DEFINE (scm_string_ci_to_symbol, "st
579              (SCM str),              (SCM str),
580              "Return the symbol whose name is @var{str}.  @var{str} is\n"              "Return the symbol whose name is @var{str}.  @var{str} is\n"
581              "converted to lowercase before the conversion is done, if Guile\n"              "converted to lowercase before the conversion is done, if Guile\n"
582              "is currently reading symbols case--insensitively.")              "is currently reading symbols case-insensitively.")
583  #define FUNC_NAME s_scm_string_ci_to_symbol  #define FUNC_NAME s_scm_string_ci_to_symbol
584  {  {
585    return scm_string_to_symbol (SCM_CASE_INSENSITIVE_P    return scm_string_to_symbol (SCM_CASE_INSENSITIVE_P

Legend:
Removed from v.1.62.2.6  
changed lines
  Added in v.1.62.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26