summary refs log tree commit diff stats
path: root/lib/impure/db_mysql.nim
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-1/+1
|
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-22/+22
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* SQLite wrapperAndreas Rumpf2010-02-241-7/+7
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* httpserver supports a fixed port numberAndreas Rumpf2010-02-061-11/+11
|
* cleanup of library docsAndreas Rumpf2010-02-041-65/+93
|
* db_mysql.nim addedAndreas Rumpf2010-01-291-0/+145
>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201