summary refs log tree commit diff stats
path: root/lib/system/arithm.nim
Commit message (Expand)AuthorAgeFilesLines
* system files use new identifiersAraq2014-08-231-5/+5
* the big renamefest: first stepsAraq2014-08-221-1/+1
* fixed #1491Charlie Barto2014-08-191-11/+17
* distinguish between 'defined' and 'declared'Araq2014-08-111-6/+6
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-6/+6
* --os:standalone works againAraq2013-06-301-5/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* allow 'mixin' in genericsAraq2012-10-121-1/+1
* bugfixes for closuresAraq2012-06-211-0/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-6/+6
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* floating point checksAndreas Rumpf2009-12-141-0/+18
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* overload resolution for proc varsAndreas Rumpf2009-06-241-3/+3
* version0.7.10Andreas Rumpf2009-06-081-0/+316
3 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349