You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/10/08 02:27:21 UTC

cvs commit: apache-1.3/src CHANGES ApacheCore.def

wrowe       00/10/07 17:27:20

  Modified:    src      CHANGES ApacheCore.def
  Log:
    Potential Symbol Problem (actually, a reported problem, as soon as I
    track down the report it will be closed).
  
  Revision  Changes    Path
  1.1584    +5 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1583
  retrieving revision 1.1584
  diff -u -r1.1583 -r1.1584
  --- CHANGES	2000/10/03 16:39:35	1.1583
  +++ CHANGES	2000/10/08 00:27:18	1.1584
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3.13
   
  +  *) NOTE: A number of Win32 symbols were exported without explicit
  +     declaration in the ApacheCore.def file.  These are now exported
  +     with the same ordinal export values from 1.3.12, but are now
  +     named consistent with Apache's conventions. [William Rowe]
  +
     *) Add support for a "conf directory" which operates similar to
        /etc/rc.d/init. Basically, if a config file is actually a
        directory, all the files in that directory will be parsed
  
  
  
  1.25      +27 -9     apache-1.3/src/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ApacheCore.def,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ApacheCore.def	2000/09/14 21:22:59	1.24
  +++ ApacheCore.def	2000/10/08 00:27:19	1.25
  @@ -360,12 +360,30 @@
   	ap_SHA1Final   @355
   	ap_sha1_base64   @356
           ap_send_error_response @357
  -	ap_remove_spaces @358
  -	ap_get_service_key @359
  -	ap_registry_get_server_root @360
  -	ap_registry_get_service_conf @361
  -	ap_registry_set_service_conf @362
  -	ap_start_shutdown @363
  -	ap_start_restart @364
  -        ap_configtestonly @365 DATA
  -	ap_scan_script_header_err_strs @366
  +        ap_my_generation @358 DATA
  +
  +        ; These were exported implicitly prior to 1.3.13, so they
  +        ; had _prefixed names, maintain ordinal values from 1.3.12:
  +        ap_os_case_canonical_filename @359
  +        ap_os_systemcase_filename @360
  +        ap_set_config_vectors @361
  +        ap_strcasestr @362
  +        ap_to64 @363
  +        ap_vrprintf @365
  +        os_strftime @366
  +        regerror @367
  +
  +        ; Introduced in 1.3.13
  +        ap_add_file_conf @368
  +        ap_configtestonly @369 DATA
  +	ap_get_service_key @370
  +        ap_get_win32_interpreter @371
  +        ap_is_rdirectory @372
  +        ap_registry_get_server_root @373
  +	ap_registry_get_service_conf @374
  +	ap_registry_set_service_conf @375
  +        ap_remove_spaces @376
  +	ap_scan_script_header_err_strs @377
  +        ap_start_shutdown @378
  +	ap_start_restart @379
  +	ap_stripprefix @380