Revision: 44889
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44889&view=rev
Author:   brlcad
Date:     2011-06-10 17:15:24 +0000 (Fri, 10 Jun 2011)

Log Message:
-----------
untested, but this should swap them from emacs regexp quoting to perl quoting

Modified Paths:
--------------
    brlcad/trunk/doc/deprecation.txt

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2011-06-10 17:09:14 UTC (rev 44888)
+++ brlcad/trunk/doc/deprecation.txt    2011-06-10 17:15:24 UTC (rev 44889)
@@ -384,55 +384,55 @@
 s/RT_CK_SPM/BN_CK_SPM_MAP/g
         RT_CK_SPM macro renamed to BN_CK_SPM MAP [7.20]
 
-s/spm_\([^)]*\)/bn_spm_\1/g
+s/spm_([^\)]*)/bn_spm_\1/g
         spm functions and types renamed to bn_spm [7.20]
 
-s/V2APPROXEQUAL(/V2NEAR_EQUAL(/g
+s/V2APPROXEQUAL\(/V2NEAR_EQUAL(/g
         V2APPROXEQUAL() renamed to V2NEAR_EQUAL() [7.18]
 
-s/SMALL\([^_]\)/SMALL_FAST\1/g
+s/SMALL([^_])/SMALL_FAST\1/g
         SMALL renamed to SMALL_FASTF [7.18]
 
-s/db_shader_mat(/rt_shader_mat(/g
+s/db_shader_mat\(/rt_shader_mat(/g
         db_shader_mat() renamed to rt_shader_mat() [7.18]
 
-s/rt_get_seg(/rt_alloc_sed_block(/g
+s/rt_get_seg\(/rt_alloc_sed_block(/g
         rt_get_seg() renamed to rt_alloc_seg_block() [7.18]
 
-s/db_get_directory(/db_alloc_directory_block(/g
+s/db_get_directory\(/db_alloc_directory_block(/g
         db_get_directory() renamed to db_alloc_directory_block() [7.18]
 
-s/db_get_directory_size(/db_directory_size(/g
+s/db_get_directory_size\(/db_directory_size(/g
         db_get_directory_size() renamed to db_directory_size() [7.18]
 
-s/db_get_version(/db_version(/g
+s/db_get_version\(/db_version(/g
         db_get_version() renamed to db_version() [7.18]
 
-s/VAPPROXEQUAL(/VNEAR_EQUAL(/g
+s/VAPPROXEQUAL\(/VNEAR_EQUAL(/g
         VAPPROXEQUAL() renamed to VNEAR_EQUAL() [7.18]
 
-s/bu_vlb_getBufferLength(/bu_vlb_buflen(/g
+s/bu_vlb_getBufferLength\(/bu_vlb_buflen(/g
         bu_vlb_getBufferLength() remamed to bu_vlb_buflen() [7.18]
 
-s/bu_vlb_getBuffer(/bu_vlb_addr(/g
+s/bu_vlb_getBuffer\(/bu_vlb_addr(/g
         bu_vlb_getBuffer() remamed to bu_vlb_addr() [7.18]
 
-s/nmg_struct_counts(/nmg_pr_m_struct_counts(/g
+s/nmg_struct_counts\(/nmg_pr_m_struct_counts(/g
         nmg_struct_counts() renamed to nmg_pr_m_struct_counts() [7.18]
 
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_INIT\([^)]*\))/bu_ptbl_init(\1, 64, 
"init")/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_RST\([^)]*\))/bu_ptbl_reset(\1)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_INS\([^)]*\))/bu_ptbl_ins(\1\2)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_LOC\([^)]*\))/bu_ptbl_locate(\1\2)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_ZERO\([^)]*\))/bu_ptbl_zero(\1\2/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_INS_UNIQUE\([^)]*\))/bu_ptbl_ins_unique(\1\2)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_RM\([^)]*\))/bu_ptbl_rm(\1\2)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_CAT\([^)]*\))/bu_ptbl_cat(\1\2)/g
-s/bu_ptbl(\([^,]*\),[[:space:]]*BU_PTBL_FREE\([^)]*\))/bu_ptbl_free(\1)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_INIT([^\)]*)\)/bu_ptbl_init(\1, 64, 
"init")/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_RST([^\)]*)\)/bu_ptbl_reset(\1)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_INS([^\)]*)\)/bu_ptbl_ins(\1\2)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_LOC([^\)]*)\)/bu_ptbl_locate(\1\2)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_ZERO([^\)]*)\)/bu_ptbl_zero(\1\2/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_INS_UNIQUE([^\)]*)\)/bu_ptbl_ins_unique(\1\2)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_RM([^\)]*)\)/bu_ptbl_rm(\1\2)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_CAT([^\)]*)\)/bu_ptbl_cat(\1\2)/g
+s/bu_ptbl\(([^,]*),[[:space:]]*BU_PTBL_FREE([^\)]*)\)/bu_ptbl_free(\1)/g
         bu_ptbl() removed [7.18]
 
-s/rt_ptalloc();/(struct rt_pt_node *)bu_malloc(sizeof(struct rt_pt_node), 
"rt_pt_node");/g
+s/rt_ptalloc\(\);/(struct rt_pt_node *)bu_malloc(sizeof(struct rt_pt_node), 
"rt_pt_node");/g
         rt_ptalloc() removed [7.16]
 
-s/rt_db_free_internal(\([^,]+\),[^)]*)/rt_db_free_internal(\1)/g
+s/rt_db_free_internal\(([^,]+),[^\)]*\)/rt_db_free_internal(\1)/g
        struct resource pointer parameter removed [7.14]


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to