Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/i18n/locale/cmucl.pot
    ... ... @@ -4385,6 +4385,20 @@ msgstr ""
    4385 4385
     msgid "Returns NUMBER - 1."
    
    4386 4386
     msgstr ""
    
    4387 4387
     
    
    4388
    +#: src/code/numbers.lisp
    
    4389
    +msgid "Accurate division of complex double-float numbers x and y."
    
    4390
    +msgstr ""
    
    4391
    +
    
    4392
    +#: src/code/numbers.lisp
    
    4393
    +msgid "Accurate division of complex single-float numbers x and y."
    
    4394
    +msgstr ""
    
    4395
    +
    
    4396
    +#: src/code/numbers.lisp
    
    4397
    +msgid ""
    
    4398
    +"Complex division of generic numbers x and y.  One of x or y should be\n"
    
    4399
    +"  a complex."
    
    4400
    +msgstr ""
    
    4401
    +
    
    4388 4402
     #: src/code/numbers.lisp
    
    4389 4403
     msgid ""
    
    4390 4404
     "Returns number (or number/divisor) as an integer, rounded toward 0.\n"