Mercurial > mplayer.hg
log m_struct.h @ 23850:f900a440b14d
age | author | description |
---|---|---|
Mon, 02 Jul 2007 22:34:45 +0000 | diego | Do not use leading underscores in multiple inclusion guards, they are reserved. |
Sun, 24 Jun 2007 10:26:01 +0000 | reimar | Avoid void * arithmetic |
Sun, 24 Jun 2007 10:24:11 +0000 | reimar | Some comment typo fixes |
Sun, 28 Jan 2007 16:48:01 +0000 | reimar | Mark m_struct_t defaults as const |
Thu, 27 Jul 2006 17:35:06 +0000 | reynaldo | marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-org |
Sat, 15 Jul 2006 16:03:12 +0000 | reynaldo | marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org |
Tue, 25 Apr 2006 18:48:53 +0000 | albeu | Fix most of the mistakes pointed out by Diego. |