/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

revision 1.18 by kreckel, Wed Aug 30 22:12:05 2000 UTC revision 1.19 by kreckel, Tue Sep 5 12:40:33 2000 UTC
# Line 1  Line 1 
1    2000-09-05  Richard Kreckel  <kreckel@ginac.de>
2    
3            * src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for
4              the 0^y cases.
5    
6  2000-08-30  Richard Kreckel  <kreckel@ginac.de>  2000-08-30  Richard Kreckel  <kreckel@ginac.de>
7    
8          * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.          * include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
# Line 11  Line 16 
16    
17  2000-08-29  Richard Kreckel  <kreckel@ginac.de>  2000-08-29  Richard Kreckel  <kreckel@ginac.de>
18    
19          * TODO: DESCRIBE NAMESPACE CHANGES HERE!!!          * */*: Pushed CLN into a namespace `cln'.  While doing so, the
20              following identifiers got their poor-man's namespace (i.e. the
21              prefix `cl_') stripped off:
22              cl_catalanconst()        ->  catalanconst()
23              cl_compare()             ->  compare()
24              cl_cos_sin()             ->  cos_sin()
25              cl_cos_sin_t             ->  cos_sin_t
26              cl_cosh_sinh()           ->  cosh_sinh()
27              cl_cosh_sinh_t           ->  cosh_sinh_t
28              cl_decoded_dfloat        ->  decoded_dfloat
29              cl_decoded_ffloat        ->  decoded_ffloat
30              cl_decoded_float         ->  decoded_float
31              cl_decoded_lfloat        ->  decoded_lfloat
32              cl_decoded_sfloat        ->  decoded_sfloat
33              cl_default_float_format  ->  default_float_format
34              cl_default_print_flags   ->  default_print_flags
35              cl_default_random_state  ->  default_random_state
36              cl_double_approx()       ->  double_approx()
37              cl_equal()               ->  equal()
38              cl_equal_hashcode()      ->  equal_hashcode()
39              cl_eulerconst()          ->  eulerconst()
40              cl_find_modint_ring()    ->  find_modint_ring()
41              cl_find_univpoly_ring()  ->  find_univ_poly_ring()
42              cl_float_approx()        ->  float_approx
43              cl_float_format()        ->  float_format()
44              cl_float_format_t        ->  float_format_t
45              cl_free_hook()           ->  free_hook()
46              cl_hermite()             ->  hermite()
47              cl_laguerre()            ->  laguerre()
48              cl_legendre()            ->  legandre()
49              cl_malloc_hook()         ->  malloc_hook()
50              cl_pi()                  ->  pi()
51              cl_tschebychev()         ->  tschebychev()
52              cl_zeta()                ->  zeta()
53              NB: For functions these changes includes all signatures.
54            * include/*: moved to include/cln/*, stripped `cl_' off filenames.
55            * cln-config.in: new file.
56    
57  2000-08-26  Bruno Haible  <haible@clisp.cons.org>  2000-08-26  Bruno Haible  <haible@clisp.cons.org>
58    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15