~drizzle-trunk/drizzle/development

  • Committer: Muhammad Umair
  • Date: 2011-04-20 22:18:30 UTC
  • mto: (2291.1.1 drizzle-ga)
  • Revision ID: umair@remotedesk-20110420221830-51yvqpew2tp0idg8
Merged charset declarations of global_charset_info.h and charset_info.h into charset.h header file.

After that I needed to remove global_charset_info.h and charset_info.h header declarations from all the drizzle code base. I wrote a script 
that search for global_charset_info.h in all the source code files and replace it with charset.h if that file does not already have charset.h 
header declaration otherwise it just remove global_charset_info.h from that particular file. I wrote a smilar scrpt for replacing charset_info.h 
with charset.h. I then restructured charset.h in order to make it more structural. i.e All the extern declarations are consolidated together one 
after the other. Similar pattern has been followed for struct declarations and functions in the charset.h header file
Filename Latest Rev Last Changed Committer Comment Size
..
File autorun.sh 1999.6.2 14 years ago kalebral at gmail fix permissions on config/autorun.sh 3.9 KB Diff Download File
File config.rpath 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. 17.9 KB Diff Download File
drizzle.ver 1861.3.1 14 years ago Monty Taylor Add a version script to the core. 25 bytes Diff Download File
lcov.am 1823.5.1 14 years ago Monty Taylor Updated pandora-build files to version 0.157 1.3 KB Diff Download File
link-warning.h 1986.1.1 14 years ago Monty Taylor Distribute link-warning.h and distribute it with t 2 KB Diff Download File
File pandora-plugin 2116.1.57 14 years ago Monty Taylor When we use wildcards in EXTRA_DIST, we must give 28.4 KB Diff Download File
pandora-plugin.ini 1625.1.1 14 years ago Monty Taylor Fixed the visibility header to match the project n 185 bytes Diff Download File
pre_hook.sh 2221.1.1 14 years ago Monty Taylor Honors PYTHON env variable for running pandora-plu 1.6 KB Diff Download File