Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | Fixed a memory reference bug which caused unexplained {badarg, Int} exits. | Dan Gudmundsson | |
You could get a reference to another applications memory, if wx had deleted that applications memory without the drivers knowledge about it, typically memory allocated by wx and not the application using classes where wx-driver can't override the desctructors. When wx allocated new memory and got a pointer to that memory, the wx-driver detected the same pointer and forwarded the old ref to erlang. | |||
2009-12-11 | OTP-8323 Miscellaneous cross compilation improvements. For example, one | Rickard Green | |
new mandatory configuration variable that replaces all other previously mandatory configuration variables, and better documentation. Note that old cross compilation configurations cannot be used without modifications. For more information see the $ERL_TOP/xcomp/README file. | |||
2009-12-07 | Changed filename ref_man.src.xml to ref_man.xml.src to avoid confusion | Dan Gudmundsson | |
2009-12-04 | The generated updates, of the previous fix. | Dan Gudmundsson | |
2009-12-04 | Fixed generation of wxFileDialog:getPaths/1. | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |